aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/integration.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2013-05-28 16:06:23 +0200
committerThomas White <taw@physics.org>2013-05-28 16:06:23 +0200
commit1761a2d0f969f84b61a3fed6ce82ef06e3d838f1 (patch)
tree83b173544e5c3900367518f7d905a79dc22a769e /libcrystfel/src/integration.h
parenta1e45807914cb145a0dbc781dc5ebb6e295414db (diff)
Rename "refine" to "prof2d"
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. */