aboutsummaryrefslogtreecommitdiff
path: root/src/scaling.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/scaling.h')
-rw-r--r--src/scaling.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/scaling.h b/src/scaling.h
index 620518ef..514bee03 100644
--- a/src/scaling.h
+++ b/src/scaling.h
@@ -44,8 +44,7 @@ extern double log_residual(Crystal *cr, const RefList *full, int free,
extern int linear_scale(const RefList *list1, const RefList *list2, double *G,
int complain_loudly);
-extern void scale_all(Crystal **crystals, int n_crystals, int nthreads,
- PartialityModel pmodel);
+extern void scale_all(Crystal **crystals, int n_crystals, int nthreads);
extern void scale_all_to_reference(Crystal **crystals, int n_crystals,
RefList *reference, int nthreads);