aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/cell-utils.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2020-06-10 12:04:06 +0200
committerThomas White <taw@physics.org>2020-07-29 18:53:44 +0200
commitb029be4a077085aef818d3868e45297827902a01 (patch)
treedbdc9dd26241bd7e8f4e88b8d894edae607428b4 /libcrystfel/src/cell-utils.h
parent761026b65852d3ce1af632d2514b939f78170262 (diff)
Const-cleaning
Diffstat (limited to 'libcrystfel/src/cell-utils.h')
-rw-r--r--libcrystfel/src/cell-utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcrystfel/src/cell-utils.h b/libcrystfel/src/cell-utils.h
index 1c356588..05618385 100644
--- a/libcrystfel/src/cell-utils.h
+++ b/libcrystfel/src/cell-utils.h
@@ -61,7 +61,7 @@ extern void cell_print_full(UnitCell *cell);
extern UnitCell *load_cell_from_pdb(const char *filename);
extern UnitCell *load_cell_from_file(const char *filename);
-extern void write_cell(UnitCell *cell, FILE *fh);
+extern void write_cell(const UnitCell *cell, FILE *fh);
extern int cell_is_sensible(UnitCell *cell);