diff options
author | Thomas White <taw@physics.org> | 2010-02-03 12:24:52 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2010-02-03 12:24:52 +0100 |
commit | bb8cd0371f2cba96126112cbb720c2149c283c78 (patch) | |
tree | 9c3a7727e1f736b512618eee150688f513a08248 /src/cell.c | |
parent | 7df59f9bc7acedb5f8aa01ad12f2f22d271a0f58 (diff) |
Remove many debug messages
Diffstat (limited to 'src/cell.c')
-rw-r--r-- | src/cell.c | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -361,8 +361,6 @@ UnitCell *match_cell(UnitCell *cell, UnitCell *template) &bsx, &bsy, &bsz, &csx, &csy, &csz); - STATUS("Performing unit cell magic...\n"); - /* Negative values mean 1/n, positive means n, zero means zero */ for ( n1l=-4; n1l<=4; n1l++ ) { for ( n2l=-4; n2l<=4; n2l++ ) { @@ -394,9 +392,6 @@ UnitCell *match_cell(UnitCell *cell, UnitCell *template) /* Test modulus for agreement with moduli of template */ for ( i=0; i<3; i++ ) { if ( within_tolerance(lengths[i], tlen, ltl) ) { - STATUS("sought %e, found %e (%e %e) for %i\n", - lengths[i], tlen, 1.0/lengths[i], - 1.0/tlen, i); cand[i][ncand[i]].vec.u = tx; cand[i][ncand[i]].vec.v = ty; cand[i][ncand[i]].vec.w = tz; |