diff options
Diffstat (limited to 'libcrystfel')
-rw-r--r-- | libcrystfel/src/cell-utils.c | 10 | ||||
-rw-r--r-- | libcrystfel/src/detector.h | 1 |
2 files changed, 7 insertions, 4 deletions
diff --git a/libcrystfel/src/cell-utils.c b/libcrystfel/src/cell-utils.c index 95e7353e..7c7a58a6 100644 --- a/libcrystfel/src/cell-utils.c +++ b/libcrystfel/src/cell-utils.c @@ -3,13 +3,13 @@ * * Unit Cell utility functions * - * Copyright © 2012-2014 Deutsches Elektronen-Synchrotron DESY, + * Copyright © 2012-2015 Deutsches Elektronen-Synchrotron DESY, * a research centre of the Helmholtz Association. * Copyright © 2012 Lorenzo Galli * * Authors: - * 2009-2012,2014 Thomas White <taw@physics.org> - * 2012 Lorenzo Galli + * 2009-2012,2014-2015 Thomas White <taw@physics.org> + * 2012 Lorenzo Galli * * This file is part of CrystFEL. * @@ -1090,8 +1090,9 @@ static void determine_lattice(UnitCell *cell, /** * load_cell_from_pdb: + * @filename: The filename from which to load the cell * - * Loads a unit cell from a PDB file. + * Loads a unit cell from the CRYST1 line of a PDB file. * * Returns: a newly allocated %UnitCell. * @@ -1225,6 +1226,7 @@ static int get_angle_rad(char **bits, int nbits, double *pl) /** * load_cell_from_file: + * @filename: The filename from which to load the cell * * Loads a unit cell from a file of any type (PDB or CrystFEL format) * diff --git a/libcrystfel/src/detector.h b/libcrystfel/src/detector.h index 8f4d009c..a5a7b98a 100644 --- a/libcrystfel/src/detector.h +++ b/libcrystfel/src/detector.h @@ -38,6 +38,7 @@ #define DETECTOR_H struct rigid_group; +struct rg_collection; struct detector; struct panel; struct badregion; |