aboutsummaryrefslogtreecommitdiff
path: root/src/rejection.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/rejection.h')
-rw-r--r--src/rejection.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/rejection.h b/src/rejection.h
index 7dc2c92b..152c004e 100644
--- a/src/rejection.h
+++ b/src/rejection.h
@@ -35,10 +35,10 @@
#endif
-#include "crystal.h"
+#include "image.h"
-extern void early_rejection(Crystal **crystals, int n);
-extern void check_rejection(Crystal **crystals, int n, RefList *full,
+extern void early_rejection(struct crystal_refls *crystals, int n);
+extern void check_rejection(struct crystal_refls *crystals, int n, RefList *full,
double max_B, int no_deltacchalf, int n_threads);
#endif /* REJECTION_H */