aboutsummaryrefslogtreecommitdiff
path: root/src/scaling.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/scaling.h')
-rw-r--r--src/scaling.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/scaling.h b/src/scaling.h
index 534043d9..7b055003 100644
--- a/src/scaling.h
+++ b/src/scaling.h
@@ -3,11 +3,11 @@
*
* Scaling
*
- * Copyright © 2012-2015 Deutsches Elektronen-Synchrotron DESY,
+ * Copyright © 2012-2017 Deutsches Elektronen-Synchrotron DESY,
* a research centre of the Helmholtz Association.
*
* Authors:
- * 2010-2015 Thomas White <taw@physics.org>
+ * 2010-2017 Thomas White <taw@physics.org>
*
* This file is part of CrystFEL.
*
@@ -44,4 +44,7 @@ extern double log_residual(Crystal *cr, const RefList *full, int free,
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);
+
#endif /* SCALING_H */