From cd9951423216c429755954e671cac2111eedb953 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Mon, 1 Oct 2018 17:00:36 +0200 Subject: Show the actual number of orders --- src/cell_tool.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cell_tool.c') 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]++ ) { -- cgit v1.2.3