aboutsummaryrefslogtreecommitdiff
path: root/src/rejection.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2015-08-31 17:22:26 +0200
committerThomas White <taw@physics.org>2015-08-31 17:22:26 +0200
commite9caa5bb6a12138b857bdd214ba7197b2f2e43f1 (patch)
tree2d22a67ad9b918fac2d5cd3c7f13dbafc0409302 /src/rejection.h
parentf64e11a71fb860ec0c7f421c359b8b5125a8c470 (diff)
partialator: Add --max-rel-B
Diffstat (limited to 'src/rejection.h')
-rw-r--r--src/rejection.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/rejection.h b/src/rejection.h
index ec529941..8979313b 100644
--- a/src/rejection.h
+++ b/src/rejection.h
@@ -38,6 +38,7 @@
#include "crystal.h"
extern void early_rejection(Crystal **crystals, int n);
-extern void check_rejection(Crystal **crystals, int n, RefList *full);
+extern void check_rejection(Crystal **crystals, int n, RefList *full,
+ double max_B);
#endif /* REJECTION_H */