diff options
author | Thomas White <taw@physics.org> | 2011-05-10 16:09:30 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:25 +0100 |
commit | 06d0998ac272c895a89beb95e0a285cdbace95a6 (patch) | |
tree | ebe7d6c26c47fdf598c41a7e4fe5b5b6f20007c0 | |
parent | 7db4a50c719ed3775e88390391ef2e657a28b3b3 (diff) |
Update debugging output in plot_curve()
-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++ ) { |