diff options
author | Thomas White <taw@physics.org> | 2014-08-14 15:07:21 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2014-09-25 10:53:56 +0200 |
commit | 629934d82e202ea04b334c49efffe09aaa0f1c4e (patch) | |
tree | e12b6ca6bd72f76e8e687317eec8fc659d6c712c /src/post-refinement.h | |
parent | a06a3f67f57de0bc85982976b9ea6d598598e014 (diff) |
Remove "sphere", "thin" and "gaussian" partiality models, add "scgaussian"
Diffstat (limited to 'src/post-refinement.h')
-rw-r--r-- | src/post-refinement.h | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/src/post-refinement.h b/src/post-refinement.h index e419c51d..0c564690 100644 --- a/src/post-refinement.h +++ b/src/post-refinement.h @@ -3,11 +3,11 @@ * * Post refinement * - * Copyright © 2012 Deutsches Elektronen-Synchrotron DESY, - * a research centre of the Helmholtz Association. + * Copyright © 2012-2014 Deutsches Elektronen-Synchrotron DESY, + * a research centre of the Helmholtz Association. * * Authors: - * 2010-2012 Thomas White <taw@physics.org> + * 2010-2014 Thomas White <taw@physics.org> * * This file is part of CrystFEL. * @@ -71,12 +71,8 @@ struct prdata extern struct prdata pr_refine(Crystal *cr, const RefList *full, PartialityModel pmodel); -/* Exported so it can be poked by tests/pr_gradient_check */ +/* 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 l_gradient(Crystal *cr, int k, Reflection *refl, - PartialityModel pmodel); - #endif /* POST_REFINEMENT_H */ |