From 06d0998ac272c895a89beb95e0a285cdbace95a6 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Tue, 10 May 2011 16:09:30 +0200 Subject: Update debugging output in plot_curve() --- src/post-refinement.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/post-refinement.c') 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++ ) { -- cgit v1.2.3