aboutsummaryrefslogtreecommitdiff
path: root/src/rejection.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2015-09-08 15:30:48 +0200
committerThomas White <taw@physics.org>2015-09-24 13:28:30 +0200
commit63741b85b77d5a822e95318f549fe4d2392e29b8 (patch)
tree67b3f8f1069cad6f811b0b0805589ff66b49230e /src/rejection.h
parent950d25fda7ac78fc4f97c5b3ce12f549b6cb9995 (diff)
Reject big B factors before trying PR
Diffstat (limited to 'src/rejection.h')
-rw-r--r--src/rejection.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/rejection.h b/src/rejection.h
index 8979313b..ec529941 100644
--- a/src/rejection.h
+++ b/src/rejection.h
@@ -38,7 +38,6 @@
#include "crystal.h"
extern void early_rejection(Crystal **crystals, int n);
-extern void check_rejection(Crystal **crystals, int n, RefList *full,
- double max_B);
+extern void check_rejection(Crystal **crystals, int n, RefList *full);
#endif /* REJECTION_H */