diff options
Diffstat (limited to 'libcrystfel/src/stream.h')
-rw-r--r-- | libcrystfel/src/stream.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcrystfel/src/stream.h b/libcrystfel/src/stream.h index 3d57c7b6..f503f391 100644 --- a/libcrystfel/src/stream.h +++ b/libcrystfel/src/stream.h @@ -98,7 +98,7 @@ extern void stream_close(Stream *st); extern void stream_write_geometry_file(Stream *st, const char *geom_filename); extern void stream_write_target_cell(Stream *st, - const UnitCell *cell); + UnitCell *cell); extern void stream_write_commandline_args(Stream *st, int argc, char *argv[]); extern void stream_write_indexing_methods(Stream *st, |