diff options
author | Thomas White <taw@physics.org> | 2010-06-05 10:16:58 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2010-06-05 10:16:58 +0200 |
commit | 765e6971f3c278374c32c89f63308b70915709ab (patch) | |
tree | 842694bd65c21887de449bba5edf634ce131ef15 /src/peaks.h | |
parent | 31aa8ae2709740dab5ab6ec7a8e28dcd8709b72e (diff) |
Bring pattern_sim up to date
Diffstat (limited to 'src/peaks.h')
-rw-r--r-- | src/peaks.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/peaks.h b/src/peaks.h index 10cf5b0a..3335761c 100644 --- a/src/peaks.h +++ b/src/peaks.h @@ -24,5 +24,6 @@ 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); +extern int find_projected_peaks(struct image *image, UnitCell *cell); #endif /* PEAKS_H */ |