diff options
author | Thomas White <taw@physics.org> | 2010-03-18 18:26:52 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2010-03-18 18:26:52 +0100 |
commit | 7ebb166b41aea5931e5817fab0c98a31944b5423 (patch) | |
tree | 048a5c6f4b13a2336d4b37fddcfcb8abc887f6ef /src | |
parent | 995e5b2e2fe4c793d1ab815d7282e653a65bf048 (diff) |
indexamajig: Tighten up angle tolerance
Diffstat (limited to 'src')
-rw-r--r-- | src/cell.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: " |