aboutsummaryrefslogtreecommitdiff
path: root/src/partial_sim.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2011-05-11 16:04:56 +0200
committerThomas White <taw@physics.org>2012-02-22 15:27:26 +0100
commit921b5deeed01abf68048cb8227a516dfad78edb0 (patch)
tree25a7ffb2cdb40564639a7fb6af4aff72cfa303d3 /src/partial_sim.c
parentdaff801125be1682eb4957ac0579b34a237c7b40 (diff)
Tidy up debug output
Diffstat (limited to 'src/partial_sim.c')
-rw-r--r--src/partial_sim.c2
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);
}