diff options
Diffstat (limited to 'src/scaling.h')
-rw-r--r-- | src/scaling.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scaling.h b/src/scaling.h index f8eb4e9e..534043d9 100644 --- a/src/scaling.h +++ b/src/scaling.h @@ -42,6 +42,6 @@ extern double log_residual(Crystal *cr, const RefList *full, int free, int *pn_used, const char *filename); extern void scale_all(Crystal **crystals, int n_crystals, int nthreads, - PartialityModel pmodel, double max_B); + PartialityModel pmodel); #endif /* SCALING_H */ |