diff options
author | Thomas White <taw@physics.org> | 2021-03-12 11:26:01 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2021-03-12 12:01:15 +0100 |
commit | 0cc8a3db1a6e57f64275deab0da2b31a15fdbb69 (patch) | |
tree | 73cfb6840c02148e048c4d3e08613443e3caf685 /libcrystfel/src/index.h | |
parent | 87d60b8110e68ab42052588f275506eaca4f521f (diff) |
Clean up after merge
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 92406604..5cee29b2 100644 --- a/libcrystfel/src/index.h +++ b/libcrystfel/src/index.h @@ -73,7 +73,7 @@ typedef enum { INDEXING_FELIX = 4, /**< Invoke Felix program */ INDEXING_XDS = 5, /**< Invoke XDS program (NB not nXDS) */ INDEXING_SIMULATION = 6, /**< Dummy value for simulated data */ - INDEXING_FILE = 7, /**< Results injector for debugging */ + INDEXING_FILE = 7, /**< Results injector for debugging */ INDEXING_ASDF = 8, /**< Use built-in ASDF algorithm */ INDEXING_TAKETWO = 9, /**< Use built-in TakeTwo algorithm */ INDEXING_XGANDALF = 10, /**< Use XGANDALF (via optional library) */ |