diff options
author | Thomas White <taw@physics.org> | 2011-09-27 13:46:09 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:38 +0100 |
commit | 14a89c74bf8c17309f042e7e2ef7fbfe4fed13e9 (patch) | |
tree | b81c48cecd600a597cc05d30c19f2aa5bc507aa8 | |
parent | 725b8b82ace3d76ad61f3dbde8e5f95c689472be (diff) |
Quintuple the unit cell error - still works :)
-rw-r--r-- | src/partial_sim.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |