aboutsummaryrefslogtreecommitdiff
path: root/src/post-refinement.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/post-refinement.c')
-rw-r--r--src/post-refinement.c3
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++ ) {