aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2023-07-14 10:14:59 +0200
committerThomas White <taw@physics.org>2023-07-28 13:22:05 +0200
commit0d0650b298c04ae971ffcbe016c0de5792aa13c8 (patch)
treee262eb4b834da0fe74557213a08bf28370584ae6 /libcrystfel/src
parentdfec026facffd86fe5ce503037180e91f417fed0 (diff)
Fix incorrectly-sized array
Diffstat (limited to 'libcrystfel/src')
-rw-r--r--libcrystfel/src/crystfel-mille.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcrystfel/src/crystfel-mille.c b/libcrystfel/src/crystfel-mille.c
index 974ecf27..8c9029fc 100644
--- a/libcrystfel/src/crystfel-mille.c
+++ b/libcrystfel/src/crystfel-mille.c
@@ -80,7 +80,7 @@ void write_mille(Mille *mille, int n, UnitCell *cell,
float local_gradients_ss[9];
float global_gradients_fs[64];
float global_gradients_ss[64];
- int labels[6];
+ int labels[64];
int j;
const struct detgeom_panel_group *group;