From 68e620fe6dd73ef41327f7ebba1c40f9a9ae8b1b Mon Sep 17 00:00:00 2001 From: Thomas White Date: Fri, 22 Feb 2019 15:25:09 +0100 Subject: cell_tool --find-ambi: Work without -y It's not super-helpful, but the manual say it works, so... --- src/cell_tool.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/cell_tool.c') 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); -- cgit v1.2.3