aboutsummaryrefslogtreecommitdiff
path: root/src/hrs-scaling.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/hrs-scaling.h')
-rw-r--r--src/hrs-scaling.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/hrs-scaling.h b/src/hrs-scaling.h
index 80940347..8ae12380 100644
--- a/src/hrs-scaling.h
+++ b/src/hrs-scaling.h
@@ -3,11 +3,11 @@
*
* Intensity scaling using generalised HRS target function
*
- * Copyright © 2012 Deutsches Elektronen-Synchrotron DESY,
- * a research centre of the Helmholtz Association.
+ * Copyright © 2012-2013 Deutsches Elektronen-Synchrotron DESY,
+ * a research centre of the Helmholtz Association.
*
* Authors:
- * 2010-2012 Thomas White <taw@physics.org>
+ * 2010-2013 Thomas White <taw@physics.org>
*
* This file is part of CrystFEL.
*
@@ -37,10 +37,11 @@
#include "crystal.h"
#include "reflist.h"
+#include "geometry.h"
extern RefList *scale_intensities(Crystal **crystals, int n,
RefList *reference, int n_threads,
- int noscale);
+ int noscale, PartialityModel pmodel);
#endif /* HRS_SCALING_H */