aboutsummaryrefslogtreecommitdiff
path: root/src/peaks.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2011-06-07 17:46:25 +0200
committerThomas White <taw@physics.org>2012-02-22 15:27:27 +0100
commit97c023d0947b09b2b7c5182c1938133d91f530a4 (patch)
treed5bfc77a67d54202c2edf94aeda4f5d64605d24e /src/peaks.h
parent150c54e977c2e4c638bfe6d1b155229b3b3f1491 (diff)
Banish find_projected_peaks()
Diffstat (limited to 'src/peaks.h')
-rw-r--r--src/peaks.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/peaks.h b/src/peaks.h
index ec473fd1..3d21bbde 100644
--- a/src/peaks.h
+++ b/src/peaks.h
@@ -30,9 +30,6 @@ extern void integrate_reflections(struct image *image,
extern int peak_sanity_check(struct image *image, UnitCell *cell,
int circular_domain, double domain_r);
-extern RefList *find_projected_peaks(struct image *image, UnitCell *cell,
- int circular_domain, double domain_r);
-
/* Exported so it can be poked by integration_check */
extern int integrate_peak(struct image *image, int cfs, int css,
double *pfs, double *pss, double *intensity,