aboutsummaryrefslogtreecommitdiff
path: root/src/partial_sim.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2011-09-27 13:46:09 +0200
committerThomas White <taw@physics.org>2012-02-22 15:27:38 +0100
commit14a89c74bf8c17309f042e7e2ef7fbfe4fed13e9 (patch)
treeb81c48cecd600a597cc05d30c19f2aa5bc507aa8 /src/partial_sim.c
parent725b8b82ace3d76ad61f3dbde8e5f95c689472be (diff)
Quintuple the unit cell error - still works :)
Diffstat (limited to 'src/partial_sim.c')
-rw-r--r--src/partial_sim.c2
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);