diff options
author | Thomas White <taw@physics.org> | 2011-05-09 16:39:58 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:25 +0100 |
commit | 11a59491fa2293b615c2a1634eb1fabe6cfffbf4 (patch) | |
tree | 484a2d49ef460b069c9318031a7d1aa4616061a5 /src | |
parent | 38f12ff61f4b629abf2b15d0dad864cfeb3c01e3 (diff) |
Increase testing offset
Diffstat (limited to 'src')
-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 53018026..a412330c 100644 --- a/src/partial_sim.c +++ b/src/partial_sim.c @@ -39,7 +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); - ax += 0.008*ax; + ax += 0.05*ax; cell_set_reciprocal(cell, ax, ay, az, bx, by, bz, cx, cy, cz); } |