From 0b1db945a12c0e68491412baf322b761511eb016 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Wed, 21 Aug 2019 12:23:39 +0200 Subject: Tidy up comparison function definitions Especially, remove the last ltl/atl tolerance values. --- 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 a1755f42..0942ca15 100644 --- a/src/cell_tool.c +++ b/src/cell_tool.c @@ -99,7 +99,7 @@ static int comparecells(UnitCell *cell, const char *comparecell, tolerance[5] = atl; STATUS("------------------> The comparison results:\n"); - if ( !compare_reindexed_cell_parameters(cell, cell2, tolerance, csl, &m) ) { + if ( !compare_derivative_cell_parameters(cell, cell2, tolerance, csl, &m) ) { STATUS("No relationship found between lattices.\n"); return 0; } else { -- cgit v1.2.3