aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/cell.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2017-02-03 15:52:24 +0100
committerThomas White <taw@physics.org>2018-02-27 10:53:26 +0100
commit76718028a6c6419a799c5cc89e0bd7ce0a3c70b1 (patch)
treec0d82bf36509ad2a87220917e3c4ecb9c34b9b9d /libcrystfel/src/cell.h
parented135cad77c52f65e0a3d7ecdeebbca492b7becd (diff)
const-cleanliness
Diffstat (limited to 'libcrystfel/src/cell.h')
-rw-r--r--libcrystfel/src/cell.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/libcrystfel/src/cell.h b/libcrystfel/src/cell.h
index 46927134..39e6a1ed 100644
--- a/libcrystfel/src/cell.h
+++ b/libcrystfel/src/cell.h
@@ -3,15 +3,15 @@
*
* A class representing a unit cell
*
- * Copyright © 2012-2014 Deutsches Elektronen-Synchrotron DESY,
+ * Copyright © 2012-2017 Deutsches Elektronen-Synchrotron DESY,
* a research centre of the Helmholtz Association.
* Copyright © 2012 Richard Kirian
* Copyright © 2012 Lorenzo Galli
*
* Authors:
- * 2009-2012,2014 Thomas White <taw@physics.org>
- * 2010,2012 Richard Kirian
- * 2012 Lorenzo Galli
+ * 2009-2012,2014,2017 Thomas White <taw@physics.org>
+ * 2010,2012 Richard Kirian
+ * 2012 Lorenzo Galli
*
* This file is part of CrystFEL.
*
@@ -104,7 +104,7 @@ extern "C" {
#endif
extern UnitCell *cell_new(void);
-extern UnitCell *cell_new_from_cell(UnitCell *orig);
+extern UnitCell *cell_new_from_cell(const UnitCell *orig);
extern void cell_free(UnitCell *cell);
/* Lengths in m, angles in radians */