Commit 147999ff authored by David Flynn's avatar David Flynn
Browse files

style: fix layout of config options

parent 1cd9938e
......@@ -145,6 +145,7 @@ bool ParseParameters(int argc, char *argv[], Parameters &params) {
params.encodeParameters.attributeEncodeParameters[name] = params_attr;
};
/* clang-format off */
// The definition of the program/config options, along with default values.
//
// NB: when updating the following tables:
......@@ -283,6 +284,7 @@ bool ParseParameters(int argc, char *argv[], Parameters &params) {
("dist2", params_attr.dist2, {},
"Attribute's list of squared distances (one for each LoD)")
;
/* clang-format on */
po::setDefaults(opts);
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment