aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/integration.h
diff options
context:
space:
mode:
Diffstat (limited to 'libcrystfel/src/integration.h')
-rw-r--r--libcrystfel/src/integration.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libcrystfel/src/integration.h b/libcrystfel/src/integration.h
index 12e47ff5..36f1d5bd 100644
--- a/libcrystfel/src/integration.h
+++ b/libcrystfel/src/integration.h
@@ -34,7 +34,7 @@
#endif
#define INTEGRATION_DEFAULTS_RINGS (INTEGRATION_RINGS | INTEGRATION_SATURATED)
-#define INTEGRATION_DEFAULTS_REFINE (INTEGRATION_REFINE | INTEGRATION_SATURATED)
+#define INTEGRATION_DEFAULTS_PROF2D (INTEGRATION_PROF2D | INTEGRATION_SATURATED)
/**
* IntegrationMethod:
@@ -52,7 +52,7 @@ typedef enum {
/* The core integration methods themselves */
INTEGRATION_RINGS = 1,
- INTEGRATION_REFINE = 2,
+ INTEGRATION_PROF2D = 2,
/* Bits at the top of the IntegrationMethod are flags which modify the
* behaviour of the integration. */