diff options
author | Thomas White <taw@physics.org> | 2020-06-10 12:05:12 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2020-07-29 18:53:44 +0200 |
commit | 9de2a50dea4c81cc728bd61a678c074dbe702e2d (patch) | |
tree | ee61053cea5f5dae220efb5c7b0cc3d7379cebb9 /libcrystfel/src/stream.h | |
parent | b029be4a077085aef818d3868e45297827902a01 (diff) |
Update stream to new API
Diffstat (limited to 'libcrystfel/src/stream.h')
-rw-r--r-- | libcrystfel/src/stream.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libcrystfel/src/stream.h b/libcrystfel/src/stream.h index ed850b0b..6970ea02 100644 --- a/libcrystfel/src/stream.h +++ b/libcrystfel/src/stream.h @@ -68,8 +68,8 @@ typedef struct _stream Stream; * Use this (and \ref read_chunk) to read the stream faster if you * don't need the entire contents of the stream. * - * When reading, using either of \p STREAM_REFLECTIONS or - * \p STREAM_UNITCELL implies \p STREAM_CRYSTALS. + * Using either of \p STREAM_REFLECTIONS or * \p STREAM_UNITCELL + * implies \p STREAM_CRYSTALS. **/ typedef enum { |