diff options
author | Thomas White <taw@bitwiz.org.uk> | 2011-02-17 09:53:46 -0800 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:15 +0100 |
commit | 50523729d22be834315ff9084f73a36a235400ab (patch) | |
tree | 64209f2306a25b4effdcda903e17f1293a6f2446 /src/cell.c | |
parent | baad9eef8788397a6cc621b9b7abb03981a20dba (diff) |
Remove "Matching with this cell" output in --verbose
Diffstat (limited to 'src/cell.c')
-rw-r--r-- | src/cell.c | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -639,14 +639,6 @@ UnitCell *match_cell(UnitCell *cell, UnitCell *template, int verbose, float ltl = 5.0; /* percent */ float angtol = deg2rad(1.5); - if ( verbose ) { - STATUS("Matching with this model cell: " - "----------------------------\n"); - cell_print(template); - STATUS("-------------------------------" - "----------------------------\n"); - } - if ( cell_get_reciprocal(template, &asx, &asy, &asz, &bsx, &bsy, &bsz, &csx, &csy, &csz) ) { |