diff options
Diffstat (limited to 'src/templates.c')
-rw-r--r-- | src/templates.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/templates.c b/src/templates.c index e9bd7b72..4f47c572 100644 --- a/src/templates.c +++ b/src/templates.c @@ -173,8 +173,7 @@ IndexingPrivate *generate_templates(UnitCell *cell, const char *filename, cell_rot = rotate_cell(cell, omega, phi, 0.0); - cpeaks = find_intersections(&image, cell_rot, 5.0e-3, - 3.0/100.0, &n, 0); + cpeaks = find_intersections(&image, cell_rot, &n, 0); if ( cpeaks == NULL ) { ERROR("Template calculation failed.\n"); return NULL; |