aboutsummaryrefslogtreecommitdiff
path: root/src/scaling.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2015-11-18 17:07:32 +0100
committerThomas White <taw@physics.org>2015-11-18 17:07:32 +0100
commit40dd7ff04a44688544e22cc3a0384bef808abc64 (patch)
tree50349b6b9cb9f01f325839b28615f422a76e5187 /src/scaling.h
parent89949625d5e390488f30746743709614b9827d15 (diff)
Move B factor limit to general rejection function
Diffstat (limited to 'src/scaling.h')
-rw-r--r--src/scaling.h2
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 */