From 54176de692b7709e1148904089229f09758436f1 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Tue, 8 Apr 2014 15:58:34 +0200 Subject: indexamajig: Add --push-res --- libcrystfel/src/integration.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libcrystfel/src/integration.h') diff --git a/libcrystfel/src/integration.h b/libcrystfel/src/integration.h index ee13b980..3fd4e4ac 100644 --- a/libcrystfel/src/integration.h +++ b/libcrystfel/src/integration.h @@ -83,7 +83,8 @@ typedef enum { extern IntegrationMethod integration_method(const char *t, int *err); extern void integrate_all(struct image *image, IntegrationMethod meth, - double ir_inn, double ir_mid, double ir_out, + double push_res, + double ir_inn, double ir_mid, double ir_out, IntDiag int_diag, signed int idh, signed int idk, signed int idl); -- cgit v1.2.3