diff options
author | Thomas White <taw@physics.org> | 2013-05-30 11:50:03 -0700 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2013-05-30 11:50:03 -0700 |
commit | 9b7a434a1154e8f7d6ffbd86eace8534025bb7b1 (patch) | |
tree | d3e3c6247cae208bb9383bb062e0d6734f4ae693 /libcrystfel/src/integration.h | |
parent | 0f5fc3a4fdeac81c78793600fe6efb433d44509d (diff) |
Remove unused parameter
Diffstat (limited to 'libcrystfel/src/integration.h')
-rw-r--r-- | libcrystfel/src/integration.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libcrystfel/src/integration.h b/libcrystfel/src/integration.h index 8edcb91f..7ea55143 100644 --- a/libcrystfel/src/integration.h +++ b/libcrystfel/src/integration.h @@ -68,7 +68,6 @@ 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, - int integrate_saturated); + double ir_inn, double ir_mid, double ir_out); #endif /* INTEGRATION_H */ |