diff options
author | Thomas White <taw@bitwiz.org.uk> | 2010-02-14 17:48:36 +0100 |
---|---|---|
committer | Thomas White <taw@bitwiz.org.uk> | 2010-02-17 10:36:28 +0100 |
commit | 055c12c8e43eaf8968f9bd16223cf807db9f076d (patch) | |
tree | 732f91def9dee729b008ee3f7a63fb8fa0dad7a9 /src/peaks.c | |
parent | bbd715163e65db08f99b197d4bd736bd35417e98 (diff) |
1/d instead of q
Diffstat (limited to 'src/peaks.c')
-rw-r--r-- | src/peaks.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/peaks.c b/src/peaks.c index 56fa6931..c94b5aa8 100644 --- a/src/peaks.c +++ b/src/peaks.c @@ -426,7 +426,7 @@ void dump_peaks(struct image *image) { int i; - printf("x/px\ty/px\t|q|/nm^-1\tIntegrated I\n"); + printf("x/px\ty/px\t(1/d)/nm^-1\tIntegrated I\n"); for ( i=0; i<image_feature_count(image->features); i++ ) { |