aboutsummaryrefslogtreecommitdiff
path: root/src/rejection.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2015-06-16 13:24:07 +0200
committerThomas White <taw@physics.org>2015-06-16 13:24:07 +0200
commitb9c6d025ffe338d8e766513ee3a1b231e62d1e5d (patch)
tree0cd7da99c3685fb779e5f1e03419c976947f58bd /src/rejection.h
parent32b4811735a718f169071bc35ec9d0913e8ad4ed (diff)
partialator: Improve rejection
Diffstat (limited to 'src/rejection.h')
-rw-r--r--src/rejection.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rejection.h b/src/rejection.h
index fb73bd41..ec529941 100644
--- a/src/rejection.h
+++ b/src/rejection.h
@@ -38,6 +38,6 @@
#include "crystal.h"
extern void early_rejection(Crystal **crystals, int n);
-extern void check_rejection(Crystal **crystals, int n);
+extern void check_rejection(Crystal **crystals, int n, RefList *full);
#endif /* REJECTION_H */