diff options
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); } |