diff options
author | Thomas White <taw@physics.org> | 2018-02-27 15:58:00 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2018-02-27 17:12:42 +0100 |
commit | 4eb0015369115791fc721ca97736d30fc38d8ae1 (patch) | |
tree | 93b036568e52c675771ec70fa00be61b410bb07a /src/scaling.h | |
parent | 5c03e7be8ae7ae54dd9d22f9fd26815e8166f336 (diff) |
Switch to simpler scaling algorithm
Diffstat (limited to 'src/scaling.h')
-rw-r--r-- | src/scaling.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/scaling.h b/src/scaling.h index 4d075a3b..6ff0a337 100644 --- a/src/scaling.h +++ b/src/scaling.h @@ -43,10 +43,7 @@ extern double log_residual(Crystal *cr, const RefList *full, int free, extern int linear_scale(const RefList *list1, const RefList *list2, double *G); -extern void scale_all(Crystal **crystals, int n_crystals, int nthreads, - PartialityModel pmodel); - extern void scale_all_to_reference(Crystal **crystals, int n_crystals, - RefList *reference); + RefList *reference, int nthreads); #endif /* SCALING_H */ |