aboutsummaryrefslogtreecommitdiff
path: root/src/hrs-scaling.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2013-03-15 15:53:39 +0100
committerThomas White <taw@physics.org>2013-04-17 17:33:49 +0200
commitcef0a71eb385773fa2290dfc99de225948fef06a (patch)
tree5ff754fc7e15c70c8af3c0018f31222ddf96d8ce /src/hrs-scaling.h
parentd5bcdd268da3ed20609a390ed89ea8e61cc26cd7 (diff)
partialator: Add --model=
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 */