diff options
author | Thomas White <taw@physics.org> | 2018-10-01 17:00:36 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2019-03-11 16:49:36 +0100 |
commit | cd9951423216c429755954e671cac2111eedb953 (patch) | |
tree | 7e3a517916b0ee9afac2ebb922e165dcb4ae4317 /src | |
parent | d0adbfaf3b7bbadc372f162451d53fa4d2bb43ea (diff) |
Show the actual number of orders
Diffstat (limited to 'src')
-rw-r--r-- | src/cell_tool.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cell_tool.c b/src/cell_tool.c index 4a719391..beb03597 100644 --- a/src/cell_tool.c +++ b/src/cell_tool.c @@ -196,7 +196,7 @@ static int find_ambi(UnitCell *cell, SymOpList *sym, double ltl, double atl) return 1; } - STATUS("Looking for ambiguities up to 3x each lattice length.\n"); + STATUS("Looking for ambiguities up to %ix each lattice length.\n", maxorder); STATUS("This will take about 30 seconds. Please wait...\n"); for ( i[0]=-maxorder; i[0]<=+maxorder; i[0]++ ) { |