aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2023-07-28 11:28:53 +0200
committerThomas White <taw@physics.org>2023-07-28 13:22:05 +0200
commitf51d805d2af2a12e9441fd6c746ff3b31a06bd17 (patch)
tree8ccfd7750554b69a3d8a77f1ca46f9cb28f10afb /src
parentf4d90cf0fc19de31e99735d1e5fec746e6ee264d (diff)
Add (undocumented) Millepede option 'skipemptycons'
Diffstat (limited to 'src')
-rw-r--r--src/align_detector.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/align_detector.c b/src/align_detector.c
index ec2b16b7..104445c1 100644
--- a/src/align_detector.c
+++ b/src/align_detector.c
@@ -290,6 +290,7 @@ int main(int argc, char *argv[])
if ( make_zero_sum(fh, groups, n_groups, "all", level) ) return 1;
fprintf(fh, "method inversion 5 0.1\n");
+ fprintf(fh, "skipemptycons\n");
fprintf(fh, "end\n");
fclose(fh);