diff options
author | Thomas White <taw@physics.org> | 2011-05-11 16:04:56 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:26 +0100 |
commit | 921b5deeed01abf68048cb8227a516dfad78edb0 (patch) | |
tree | 25a7ffb2cdb40564639a7fb6af4aff72cfa303d3 /src/partial_sim.c | |
parent | daff801125be1682eb4957ac0579b34a237c7b40 (diff) |
Tidy up debug output
Diffstat (limited to 'src/partial_sim.c')
-rw-r--r-- | src/partial_sim.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/partial_sim.c b/src/partial_sim.c index e83c4521..a412330c 100644 --- a/src/partial_sim.c +++ b/src/partial_sim.c @@ -39,9 +39,7 @@ static void mess_up_cell(UnitCell *cell) double cx, cy, cz; cell_get_reciprocal(cell, &ax, &ay, &az, &bx, &by, &bz, &cx, &cy, &cz); - STATUS("The correct ax* is %e\n", ax); ax += 0.05*ax; - STATUS("The starting ax* is %e\n", ax); cell_set_reciprocal(cell, ax, ay, az, bx, by, bz, cx, cy, cz); } |