aboutsummaryrefslogtreecommitdiff
path: root/src/peaks.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2010-05-26 18:51:23 +0200
committerThomas White <taw@physics.org>2010-05-26 18:51:23 +0200
commit8941c1ba4ba4bc4ed00b41db371fb9d75ac137ca (patch)
tree6e33386eee5bd51ec52dd533e8af26234b48d277 /src/peaks.h
parent2ea2488a3752ccb12bae10ae5bf8446f2f3f99f3 (diff)
Add peak sanity check
Diffstat (limited to 'src/peaks.h')
-rw-r--r--src/peaks.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/peaks.h b/src/peaks.h
index fa912455..10cf5b0a 100644
--- a/src/peaks.h
+++ b/src/peaks.h
@@ -23,5 +23,6 @@ extern void search_peaks(struct image *image);
extern void dump_peaks(struct image *image, pthread_mutex_t *mutex);
extern void output_intensities(struct image *image, UnitCell *cell,
pthread_mutex_t *mutex, int unpolar);
+extern int peak_sanity_check(struct image *image, UnitCell *cell);
#endif /* PEAKS_H */