From 14a89c74bf8c17309f042e7e2ef7fbfe4fed13e9 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Tue, 27 Sep 2011 13:46:09 +0200 Subject: Quintuple the unit cell error - still works :) --- src/partial_sim.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/partial_sim.c b/src/partial_sim.c index 5cf17e55..87ef397b 100644 --- a/src/partial_sim.c +++ b/src/partial_sim.c @@ -40,7 +40,7 @@ static void mess_up_cell(UnitCell *cell) double cx, cy, cz; /* Cell noise in percent */ - const double cnoise = 0.2; + const double cnoise = 1.0; //STATUS("Real:\n"); //cell_print(cell); -- cgit v1.2.3