diff options
author | Thomas White <taw@physics.org> | 2013-07-04 15:28:29 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2013-07-04 15:29:16 +0200 |
commit | cc40ac1da4a1fe13bfc6d222567807f5e70b0de5 (patch) | |
tree | 05adc063872961f2b83278b270ea2024bee98ab6 | |
parent | d53d140090f4132d8bb53b95bd192cedc47a6283 (diff) |
Mark estimate_resolution() and estimate_mosaicity() as unused
-rw-r--r-- | libcrystfel/src/integration.c | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/libcrystfel/src/integration.c b/libcrystfel/src/integration.c index ca8cbb08..0b82d9e5 100644 --- a/libcrystfel/src/integration.c +++ b/libcrystfel/src/integration.c @@ -646,8 +646,8 @@ static double tentative_intensity(struct intcontext *ic, struct peak_box *bx) } -static void observed_position(struct intcontext *ic, struct peak_box *bx, - double *pos_p, double *pos_q) +static void UNUSED observed_position(struct intcontext *ic, struct peak_box *bx, + double *pos_p, double *pos_q) { int p, q; double num_p = 0.0; @@ -1415,9 +1415,9 @@ static void measure_all_intensities(IntegrationMethod meth, RefList *list, } -static void estimate_mosaicity(IntegrationMethod meth, Crystal *cr, - struct image *image, - double ir_inn, double ir_mid, double ir_out) +static void UNUSED estimate_mosaicity(IntegrationMethod meth, Crystal *cr, + struct image *image, + double ir_inn, double ir_mid, double ir_out) { int msteps = 50; int i; @@ -1532,8 +1532,8 @@ static struct integr_ind *sort_reflections(RefList *list, UnitCell *cell, } -static void estimate_resolution(RefList *reflections, Crystal *cr, - struct image *image) +static void UNUSED estimate_resolution(RefList *reflections, Crystal *cr, + struct image *image) { struct integr_ind *il; int n, i; |