diff options
Diffstat (limited to 'libcrystfel/src/detector.c')
-rw-r--r-- | libcrystfel/src/detector.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libcrystfel/src/detector.c b/libcrystfel/src/detector.c index 2fdd63f1..5cd0ce0f 100644 --- a/libcrystfel/src/detector.c +++ b/libcrystfel/src/detector.c @@ -567,6 +567,7 @@ static struct rigid_group *find_or_add_rg(struct detector *det, rg->name = strdup(name); rg->panels = NULL; rg->n_panels = 0; + rg->have_deltas = 0; return rg; } |