aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/image.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2013-01-30 11:09:57 +0100
committerThomas White <taw@physics.org>2013-01-30 11:09:57 +0100
commit303a4c9e6cdf72dc0164b015a833a2d34cbbba02 (patch)
treeee0a69e8f9da9063f3ea168bd184f6e0d57d57f8 /libcrystfel/src/image.h
parent9ce39259c3d6bb1b76efbe02f84a4e10a30be13d (diff)
Stream changes
Diffstat (limited to 'libcrystfel/src/image.h')
-rw-r--r--libcrystfel/src/image.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcrystfel/src/image.h b/libcrystfel/src/image.h
index bd90a920..d54cf43f 100644
--- a/libcrystfel/src/image.h
+++ b/libcrystfel/src/image.h
@@ -132,7 +132,7 @@ struct image {
uint16_t *flags;
double *twotheta;
- struct crystal **crystals;
+ Crystal **crystals;
int n_crystals;
struct detector *det;