aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2018-02-08 16:27:58 +0100
committerThomas White <taw@physics.org>2018-02-08 16:32:08 +0100
commitfaf99fe8fe477227ad18628d6c337ec17a6661b8 (patch)
tree101365811afdabe81a3c83da969e12ca12a07983 /src
parent658e0d6c302b751be5487bf7dec04f14c17dab75 (diff)
Formatting
Diffstat (limited to 'src')
-rw-r--r--src/indexamajig.c52
1 files changed, 26 insertions, 26 deletions
diff --git a/src/indexamajig.c b/src/indexamajig.c
index 6f43f2b1..c5249db3 100644
--- a/src/indexamajig.c
+++ b/src/indexamajig.c
@@ -375,31 +375,31 @@ int main(int argc, char *argv[])
{"fix-bandwidth", 1, NULL, 23},
{"fix-divergence", 1, NULL, 24},
{"felix-options", 1, NULL, 25},
- {"min-pix-count", 1, NULL, 26},
- {"max-pix-count", 1, NULL, 27},
- {"local-bg-radius", 1, NULL, 28},
- {"min-res", 1, NULL, 29},
- {"max-res", 1, NULL, 30},
- {"min-peaks", 1, NULL, 31},
- {"taketwo-member-threshold", 1, NULL, 32},
- {"taketwo-member-thresh", 1, NULL, 32}, /* compat */
- {"taketwo-len-tolerance", 1, NULL, 33},
- {"taketwo-len-tol", 1, NULL, 33}, /* compat */
- {"taketwo-angle-tolerance", 1, NULL, 34},
- {"taketwo-angle-tol", 1, NULL, 34}, /* compat */
- {"taketwo-trace-tolerance", 1, NULL, 35},
- {"taketwo-trace-tol", 1, NULL, 35}, /* compat */
- {"felix-tthrange-min", 1, NULL, 36},
- {"felix-tthrange-max", 1, NULL, 37},
- {"felix-min-visits", 1, NULL, 38},
- {"felix-min-completeness", 1, NULL, 39},
- {"felix-max-uniqueness", 1, NULL, 40},
- {"felix-num-voxels", 1, NULL, 41},
- {"felix-fraction-max-visits", 1, NULL, 42},
- {"felix-sigma", 1, NULL, 43},
- {"serial-start", 1, NULL, 44},
- {"felix-domega", 1, NULL, 45},
- {"felix-max-internal-angle", 1, NULL, 46},
+ {"min-pix-count", 1, NULL, 26},
+ {"max-pix-count", 1, NULL, 27},
+ {"local-bg-radius", 1, NULL, 28},
+ {"min-res", 1, NULL, 29},
+ {"max-res", 1, NULL, 30},
+ {"min-peaks", 1, NULL, 31},
+ {"taketwo-member-threshold", 1, NULL, 32},
+ {"taketwo-member-thresh", 1, NULL, 32}, /* compat */
+ {"taketwo-len-tolerance", 1, NULL, 33},
+ {"taketwo-len-tol", 1, NULL, 33}, /* compat */
+ {"taketwo-angle-tolerance", 1, NULL, 34},
+ {"taketwo-angle-tol", 1, NULL, 34}, /* compat */
+ {"taketwo-trace-tolerance", 1, NULL, 35},
+ {"taketwo-trace-tol", 1, NULL, 35}, /* compat */
+ {"felix-tthrange-min", 1, NULL, 36},
+ {"felix-tthrange-max", 1, NULL, 37},
+ {"felix-min-visits", 1, NULL, 38},
+ {"felix-min-completeness", 1, NULL, 39},
+ {"felix-max-uniqueness", 1, NULL, 40},
+ {"felix-num-voxels", 1, NULL, 41},
+ {"felix-fraction-max-visits",1, NULL, 42},
+ {"felix-sigma", 1, NULL, 43},
+ {"serial-start", 1, NULL, 44},
+ {"felix-domega", 1, NULL, 45},
+ {"felix-max-internal-angle", 1, NULL, 46},
{0, 0, NULL, 0}
};
@@ -709,7 +709,7 @@ int main(int argc, char *argv[])
return 1;
}
break;
-
+
case 45:
if ( sscanf(optarg, "%lf", &iargs.felix_opts.domega) != 1 )
{