aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/xgandalf.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2018-06-20 10:00:53 +0200
committerThomas White <taw@physics.org>2018-06-20 10:00:53 +0200
commit24f509f49c8be6191c0b635b379485574f976a68 (patch)
tree591a59c2809c3658c17af0db160e94699d4af1f7 /libcrystfel/src/xgandalf.h
parent8f338772bb7a94f613c6f59ac379c47f50099e43 (diff)
Formatting fussiness
Diffstat (limited to 'libcrystfel/src/xgandalf.h')
-rw-r--r--libcrystfel/src/xgandalf.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libcrystfel/src/xgandalf.h b/libcrystfel/src/xgandalf.h
index 6b63c64f..1aced417 100644
--- a/libcrystfel/src/xgandalf.h
+++ b/libcrystfel/src/xgandalf.h
@@ -33,6 +33,8 @@
#include <config.h>
#endif
+#include <stddef.h>
+
struct xgandalf_options {
unsigned int sampling_pitch;
unsigned int grad_desc_iterations;
@@ -42,7 +44,6 @@ struct xgandalf_options {
float maxLatticeVectorLength_A;
};
-#include <stddef.h>
#include "index.h"
extern int run_xgandalf(struct image *image, void *ipriv);