aboutsummaryrefslogtreecommitdiff
path: root/src/scaling.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/scaling.h')
-rw-r--r--src/scaling.h5
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 */