aboutsummaryrefslogtreecommitdiff
path: root/src/post-refinement.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2015-05-07 17:03:01 +0200
committerThomas White <taw@physics.org>2015-05-13 13:48:33 +0200
commitcf68fc854e148d410bba1540f1738290e6f5313e (patch)
tree17f72cacca80da30bb6c0ca91fcbc4b43a1fbdbe /src/post-refinement.h
parentb7540780d46b92f9ce96de74eb4c2e05b2369983 (diff)
partialator: Move scaling calculation into PR proper
Diffstat (limited to 'src/post-refinement.h')
-rw-r--r--src/post-refinement.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/post-refinement.h b/src/post-refinement.h
index caf5f9af..844afbd1 100644
--- a/src/post-refinement.h
+++ b/src/post-refinement.h
@@ -3,11 +3,11 @@
*
* Post refinement
*
- * Copyright © 2012-2014 Deutsches Elektronen-Synchrotron DESY,
+ * Copyright © 2012-2015 Deutsches Elektronen-Synchrotron DESY,
* a research centre of the Helmholtz Association.
*
* Authors:
- * 2010-2014 Thomas White <taw@physics.org>
+ * 2010-2015 Thomas White <taw@physics.org>
*
* This file is part of CrystFEL.
*
@@ -51,10 +51,10 @@ struct prdata
extern struct prdata pr_refine(Crystal *cr, const RefList *full,
- PartialityModel pmodel);
+ PartialityModel pmodel, int no_scale);
/* Exported so it can be poked by tests/pr_p_gradient_check */
-extern double p_gradient(Crystal *cr, int k, Reflection *refl,
- PartialityModel pmodel);
+extern double gradient(Crystal *cr, int k, Reflection *refl,
+ PartialityModel pmodel);
#endif /* POST_REFINEMENT_H */