aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/crystfelindexingopts.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/crystfelindexingopts.c b/src/crystfelindexingopts.c
index b5fd1acb..d1cf515f 100644
--- a/src/crystfelindexingopts.c
+++ b/src/crystfelindexingopts.c
@@ -876,9 +876,13 @@ char *crystfel_indexing_opts_get_indexing_method_string(CrystFELIndexingOpts *op
strcat(indm_str, name);
if ( prior_cell ) {
strcat(indm_str, "-cell");
+ } else {
+ strcat(indm_str, "-nocell");
}
if ( prior_latt ) {
strcat(indm_str, "-latt");
+ } else {
+ strcat(indm_str, "-nolatt");
}
}