diff options
author | Thomas White <taw@physics.org> | 2014-06-02 16:56:50 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2014-06-02 16:56:50 +0200 |
commit | d33093b793df13b9fc6bcf4b9569caaeb0431fff (patch) | |
tree | e9c7a5549e4303494ecfcd400cf4eaabe1a3260e /src/hrs-scaling.h | |
parent | 108ef182aae36252a8d37ddf443d05156b6161e5 (diff) |
partialator: Remove --reference
It's not a good idea, and PR works well enough now that we no longer need this for testing
Diffstat (limited to 'src/hrs-scaling.h')
-rw-r--r-- | src/hrs-scaling.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/hrs-scaling.h b/src/hrs-scaling.h index 0979bb98..16368b79 100644 --- a/src/hrs-scaling.h +++ b/src/hrs-scaling.h @@ -39,8 +39,7 @@ #include "reflist.h" #include "geometry.h" -extern RefList *scale_intensities(Crystal **crystals, int n, - RefList *reference, int n_threads, +extern RefList *scale_intensities(Crystal **crystals, int n, int n_threads, int noscale, PartialityModel pmodel, int min_redundancy); |