aboutsummaryrefslogtreecommitdiff
path: root/src/peaks.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2010-01-19 11:29:12 +0100
committerThomas White <taw@physics.org>2010-01-19 11:29:12 +0100
commit56b1c4c6dfdb8fac6ddcc80178f1fd5dc87e14a4 (patch)
treeef41842448cb2231057fd9cebe37f24b463e2d7e /src/peaks.c
parent51239b603154405cf5002f38cba2d6452c3facd0 (diff)
q->|q|
Diffstat (limited to 'src/peaks.c')
-rw-r--r--src/peaks.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/peaks.c b/src/peaks.c
index 9722f125..19ed28b8 100644
--- a/src/peaks.c
+++ b/src/peaks.c
@@ -194,7 +194,7 @@ void search_peaks(struct image *image, int dump_peaks)
image->features = image_feature_list_new();
if ( dump_peaks ) {
- printf("x/px\ty/px\tq/nm^-1\tPeak I\n");
+ printf("x/px\ty/px\t|q|/nm^-1\tPeak I\n");
}
for ( x=1; x<image->width-1; x++ ) {