aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/image.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2018-09-10 15:29:18 +0200
committerThomas White <taw@physics.org>2018-09-10 15:29:18 +0200
commitb89a8bb0780a623b85a82d356d2e82b09942b8a5 (patch)
treeeb081f53ff920be6df7be49c97d0dc9da64fcdb8 /libcrystfel/src/image.h
parent925610d93bbbdf590a58c5bb9fdae2af5a8fd30f (diff)
Fussiness / formatting
Diffstat (limited to 'libcrystfel/src/image.h')
-rw-r--r--libcrystfel/src/image.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libcrystfel/src/image.h b/libcrystfel/src/image.h
index 1cd9f35a..3e46575e 100644
--- a/libcrystfel/src/image.h
+++ b/libcrystfel/src/image.h
@@ -224,7 +224,8 @@ struct image {
struct spectrum *spectrum; /* Beam spectrum for pink beam data */
- // These only used in pattern_sim, to be changed to struct spectrum from above later...
+ /* FIXME: These are only used in pattern_sim, which should be changed to
+ * use the "struct spectrum" from above later */
struct sample *spectrum0;
int nsamples; /* Number of wavelengths */
int spectrum_size; /* Size of "spectrum" */