diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/post-refinement.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/post-refinement.c b/src/post-refinement.c index 1c98346f..b7b87f8f 100644 --- a/src/post-refinement.c +++ b/src/post-refinement.c @@ -433,7 +433,8 @@ static void plot_curve(struct image *image, const RefList *full, int i; cell_get_reciprocal(cell, &ax, &ay, &az, &bx, &by, &bz, &cx, &cy, &cz); - shval = 0.001*ax; + STATUS("Starting ax* = %e\n", ax); + shval = 0.01*ax; origval = ax; for ( i=-10; i<=10; i++ ) { |