From 7ebb166b41aea5931e5817fab0c98a31944b5423 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Thu, 18 Mar 2010 18:26:52 +0100 Subject: indexamajig: Tighten up angle tolerance --- src/cell.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cell.c b/src/cell.c index 408b5bf3..721756c9 100644 --- a/src/cell.c +++ b/src/cell.c @@ -420,7 +420,7 @@ UnitCell *match_cell(UnitCell *cell, UnitCell *template, int verbose) float best_fom = +999999999.9; /* Large number.. */ int ncand[3] = {0,0,0}; float ltl = 5.0; /* percent */ - float angtol = deg2rad(5.0); + float angtol = deg2rad(1.5); if ( verbose ) { STATUS("Matching with this model cell: " -- cgit v1.2.3