diff options
author | Thomas White <taw@physics.org> | 2017-10-17 13:33:37 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2017-10-17 13:33:37 +0200 |
commit | f15f4b792826c917f258c2e6195f6994d3450754 (patch) | |
tree | 02ebac694c3b1a49059089fa3c65879a3bda2896 /libcrystfel/src/index.h | |
parent | c0ce8fb481a89225a99c3ab27571ed22709d4ac2 (diff) |
Handle old indexing methods
There are limits to how well they can be handled, but this avoids
screwing users over too much.
Diffstat (limited to 'libcrystfel/src/index.h')
-rw-r--r-- | libcrystfel/src/index.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libcrystfel/src/index.h b/libcrystfel/src/index.h index ac386390..ae5185db 100644 --- a/libcrystfel/src/index.h +++ b/libcrystfel/src/index.h @@ -130,6 +130,7 @@ typedef struct _indexingprivate IndexingPrivate; /* Convert indexing methods to/from text */ extern char *indexer_str(IndexingMethod indm); extern IndexingMethod get_indm_from_string(const char *method); +extern IndexingMethod get_indm_from_string_2(const char *method, int *err); #include "detector.h" #include "cell.h" |