diff options
author | Cornelius Gati <cgati@cfelsgi.desy.de> | 2013-01-28 18:31:58 +0100 |
---|---|---|
committer | Cornelius Gati <cgati@cfelsgi.desy.de> | 2013-01-28 18:31:58 +0100 |
commit | 70a08c4823808e3d35ed43334032b731aa5fe8d6 (patch) | |
tree | e5b7776cd78206359c6f3ab9917a5a2bcef90a4e /libcrystfel/src/index.h | |
parent | b163b4d6cc9bc0312b445047b2a057e685237e02 (diff) |
Tried to fix errors in xds.c
Diffstat (limited to 'libcrystfel/src/index.h')
-rw-r--r-- | libcrystfel/src/index.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcrystfel/src/index.h b/libcrystfel/src/index.h index 406ad317..b2d7553d 100644 --- a/libcrystfel/src/index.h +++ b/libcrystfel/src/index.h @@ -48,7 +48,7 @@ typedef enum { INDEXING_NONE, INDEXING_DIRAX, INDEXING_MOSFLM, - INDEXING_xds, + INDEXING_XDS, INDEXING_REAX, } IndexingMethod; |