From ce84f85af58dc8f103edd9453b287dfe06c93b7c Mon Sep 17 00:00:00 2001 From: Thomas White Date: Wed, 9 Apr 2014 15:39:24 +0200 Subject: Avoid breaking API with integrate_all() --- libcrystfel/src/integration.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'libcrystfel/src/integration.h') diff --git a/libcrystfel/src/integration.h b/libcrystfel/src/integration.h index 3fd4e4ac..2c5773c6 100644 --- a/libcrystfel/src/integration.h +++ b/libcrystfel/src/integration.h @@ -83,10 +83,15 @@ typedef enum { extern IntegrationMethod integration_method(const char *t, int *err); extern void integrate_all(struct image *image, IntegrationMethod meth, - double push_res, double ir_inn, double ir_mid, double ir_out, IntDiag int_diag, signed int idh, signed int idk, signed int idl); +extern void integrate_all_2(struct image *image, IntegrationMethod meth, + double push_res, + double ir_inn, double ir_mid, double ir_out, + IntDiag int_diag, + signed int idh, signed int idk, signed int idl); + #endif /* INTEGRATION_H */ -- cgit v1.2.3