aboutsummaryrefslogtreecommitdiff
path: root/src/index.h
diff options
context:
space:
mode:
authorRichard Kirian <rkirian@asu.edu>2010-12-08 15:00:44 -0700
committerThomas White <taw@physics.org>2012-02-22 15:27:08 +0100
commit38e84c0bd440b03148fd6919d9e4c7852efee923 (patch)
treee2885c7a7045982574c83694cc6672501c83699d /src/index.h
parent4a2a0d658d251371c136efe5160ba5081498f970 (diff)
added fake mosflm support (runs dirax)
Diffstat (limited to 'src/index.h')
-rw-r--r--src/index.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/index.h b/src/index.h
index 81549e00..29be9dcc 100644
--- a/src/index.h
+++ b/src/index.h
@@ -27,6 +27,7 @@
typedef enum {
INDEXING_NONE,
INDEXING_DIRAX,
+ INDEXING_MOSFLM,
INDEXING_TEMPLATE
} IndexingMethod;