aboutsummaryrefslogtreecommitdiff
path: root/src/peaks.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2010-03-11 17:25:42 +0100
committerThomas White <taw@physics.org>2010-03-11 17:25:42 +0100
commit6ae81306a1be86cf47a7ec97a485b2184e22b4ff (patch)
treed105cc4430a0ed96643d947fd7281ce29c85da76 /src/peaks.c
parent23838cbb7fc78a020bf5939f652e94d326c6d57e (diff)
hdfsee: Show reflection indices ("feature names")
Diffstat (limited to 'src/peaks.c')
-rw-r--r--src/peaks.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/peaks.c b/src/peaks.c
index 5cbf0f17..d146ce24 100644
--- a/src/peaks.c
+++ b/src/peaks.c
@@ -426,7 +426,8 @@ void search_peaks(struct image *image)
}
/* Add using "better" coordinates */
- image_add_feature(image->features, fx, fy, image, intensity);
+ image_add_feature(image->features, fx, fy, image, intensity,
+ NULL);
nacc++;
}