From f15f4b792826c917f258c2e6195f6994d3450754 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Tue, 17 Oct 2017 13:33:37 +0200 Subject: Handle old indexing methods There are limits to how well they can be handled, but this avoids screwing users over too much. --- libcrystfel/src/index.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libcrystfel/src/index.h') 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" -- cgit v1.2.3