diff options
author | Thomas White <taw@physics.org> | 2013-01-28 14:35:35 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2013-01-28 14:35:35 +0100 |
commit | 9ce39259c3d6bb1b76efbe02f84a4e10a30be13d (patch) | |
tree | 3b17eaf6f3193a92f07429b815469bf592e11e18 /libcrystfel/src/geometry.h | |
parent | 082894733e02420a25227467ee203070e4d5d684 (diff) |
More changes to geometry.c
Diffstat (limited to 'libcrystfel/src/geometry.h')
-rw-r--r-- | libcrystfel/src/geometry.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/libcrystfel/src/geometry.h b/libcrystfel/src/geometry.h index 14a3a7d6..9d8fa475 100644 --- a/libcrystfel/src/geometry.h +++ b/libcrystfel/src/geometry.h @@ -3,12 +3,12 @@ * * Geometry of diffraction * - * Copyright © 2012 Deutsches Elektronen-Synchrotron DESY, + * Copyright © 2013 Deutsches Elektronen-Synchrotron DESY, * a research centre of the Helmholtz Association. * Copyright © 2012 Richard Kirian * * Authors: - * 2010-2012 Thomas White <taw@physics.org> + * 2010-2013 Thomas White <taw@physics.org> * 2012 Richard Kirian * * This file is part of CrystFEL. @@ -43,10 +43,10 @@ extern "C" { #endif -extern RefList *find_intersections(struct image *image, UnitCell *cell); -extern RefList *select_intersections(struct image *image, UnitCell *cell); +extern RefList *find_intersections(struct image *image, Crystal *cryst); +extern RefList *select_intersections(struct image *image, Crystal *cryst); -extern void update_partialities(struct image *image); +extern void update_partialities(struct image *image, Crystal *cryst); #ifdef __cplusplus } |