diff options
author | Thomas White <taw@physics.org> | 2019-06-05 16:49:45 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2019-06-05 16:53:10 +0200 |
commit | bedd8dd7dc896775408e0badbbdb1768b28d8d74 (patch) | |
tree | 9ea48d13bfcc19c76d50c1c4424f7df48c3e7467 /src/rejection.h | |
parent | 3b30c23fd955980a98992a3212d1f2e78144701c (diff) |
partialator: Parallelise deltaCChalf calculation
Diffstat (limited to 'src/rejection.h')
-rw-r--r-- | src/rejection.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/rejection.h b/src/rejection.h index 5a0c3e9f..31859928 100644 --- a/src/rejection.h +++ b/src/rejection.h @@ -3,11 +3,11 @@ * * Crystal rejection for scaling * - * Copyright © 2012-2018 Deutsches Elektronen-Synchrotron DESY, + * Copyright © 2012-2019 Deutsches Elektronen-Synchrotron DESY, * a research centre of the Helmholtz Association. * * Authors: - * 2010-2018 Thomas White <taw@physics.org> + * 2010-2019 Thomas White <taw@physics.org> * * This file is part of CrystFEL. * @@ -39,6 +39,6 @@ extern void early_rejection(Crystal **crystals, int n); extern void check_rejection(Crystal **crystals, int n, RefList *full, - double max_B, int no_deltacchalf); + double max_B, int no_deltacchalf, int n_threads); #endif /* REJECTION_H */ |