From 40dd7ff04a44688544e22cc3a0384bef808abc64 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Wed, 18 Nov 2015 17:07:32 +0100 Subject: Move B factor limit to general rejection function --- src/rejection.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/rejection.h') 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 */ -- cgit v1.2.3