aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/image.h
diff options
context:
space:
mode:
authorAlexandra Tolstikova <alexandra.tolstikova@desy.de>2017-11-22 16:58:10 +0100
committerThomas White <taw@physics.org>2018-09-10 15:01:29 +0200
commit5a50a82a9ee0936d67901f43e68ca37455a7814b (patch)
tree81df87a96485d981257dc9161cd2010e7674f903 /libcrystfel/src/image.h
parent17aec9c77e9b75510e43b0fb073df75f66849761 (diff)
Change image.spectrum to image.spectrum0 to use a different structure for spectrum.
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 29ce8ae1..357a550a 100644
--- a/libcrystfel/src/image.h
+++ b/libcrystfel/src/image.h
@@ -213,7 +213,7 @@ struct image {
int serial; /* Monotonically ascending serial
* number for this image */
- struct sample *spectrum;
+ struct sample *spectrum0;
int nsamples; /* Number of wavelengths */
int spectrum_size; /* Size of "spectrum" */