diff options
author | Thomas White <taw@physics.org> | 2015-03-06 15:51:02 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2015-03-12 16:37:25 +0100 |
commit | e4a0136db78d7d4204fb8c2d712de65c7a176973 (patch) | |
tree | b0f02de8cd22fbf66fffacfe33785dd5848554f2 /src/rejection.h | |
parent | d7b326f4e75cf6bda8c1a097a92923820aa4b6e3 (diff) |
Improve rejection
Diffstat (limited to 'src/rejection.h')
-rw-r--r-- | src/rejection.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rejection.h b/src/rejection.h index 891d6216..fb73bd41 100644 --- a/src/rejection.h +++ b/src/rejection.h @@ -38,5 +38,6 @@ #include "crystal.h" extern void early_rejection(Crystal **crystals, int n); +extern void check_rejection(Crystal **crystals, int n); #endif /* REJECTION_H */ |