diff options
-rw-r--r-- | src/cell_tool.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/cell_tool.c b/src/cell_tool.c index 20e156a1..4a2e17f9 100644 --- a/src/cell_tool.c +++ b/src/cell_tool.c @@ -263,8 +263,7 @@ static int find_ambi(UnitCell *cell, SymOpList *sym, double ltl, double atl) set_symmetry_name(ops, "Observed"); if ( sym == NULL ) { - ERROR("Please specify the point group of the structure.\n"); - return 1; + sym = get_pointgroup("1"); } STATUS("Looking for ambiguities up to %ix each lattice length.\n", maxorder); |