aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/detgeom.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2020-06-10 16:38:51 +0200
committerThomas White <taw@physics.org>2020-07-29 18:53:44 +0200
commit6d6cf54f7eb8597d64aa8f36d57ffd8b0103f644 (patch)
treecf6212393871a9c61e7699d940b4e573db0236d4 /libcrystfel/src/detgeom.c
parent914c4806d427e7e33ff6fb4e7a5cdaa21c3c11a3 (diff)
Tidy up
Regarding check_path_existence: This was a very complicated procedure, for not very much gain. The attempt to open a dataset for real, which invariably follows, can still fail after this check.
Diffstat (limited to 'libcrystfel/src/detgeom.c')
-rw-r--r--libcrystfel/src/detgeom.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libcrystfel/src/detgeom.c b/libcrystfel/src/detgeom.c
index 772a620c..392b9b69 100644
--- a/libcrystfel/src/detgeom.c
+++ b/libcrystfel/src/detgeom.c
@@ -34,6 +34,7 @@
#include <stdlib.h>
#include "detgeom.h"
+#include "utils.h"
/**