diff options
author | Thomas White <taw@bitwiz.org.uk> | 2013-06-01 12:04:59 -0700 |
---|---|---|
committer | Thomas White <taw@bitwiz.org.uk> | 2013-06-01 12:04:59 -0700 |
commit | 4a7b656e74d02297f4b6354ae6a4a8030b87b087 (patch) | |
tree | 6534d5ac2be1ec6cb387b1fe3ecb734618c02280 /libcrystfel/src/integration.c | |
parent | aa52e32da9b6ad7982a025f516138d8ed97353e5 (diff) |
More space in reference profile display
Diffstat (limited to 'libcrystfel/src/integration.c')
-rw-r--r-- | libcrystfel/src/integration.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcrystfel/src/integration.c b/libcrystfel/src/integration.c index 5e7066c2..776dadcf 100644 --- a/libcrystfel/src/integration.c +++ b/libcrystfel/src/integration.c @@ -364,7 +364,7 @@ static void show_reference_profile(struct intcontext *ic, int i) for ( p=0; p<ic->w; p++ ) { colour_on(ic->bm[p+q*ic->w]); - printw("%3.0f ", ic->reference_profiles[i][p+ic->w*q]); + printw("%4.0f ", ic->reference_profiles[i][p+ic->w*q]); colour_off(ic->bm[p+q*ic->w]); } |