diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/indexamajig.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/indexamajig.c b/src/indexamajig.c index 5df08ad3..45ff3b72 100644 --- a/src/indexamajig.c +++ b/src/indexamajig.c @@ -165,6 +165,9 @@ static struct image *get_simage(struct image *template, int alternate) image->twotheta = NULL; image->data = NULL; image->det = template->det; + image->flags = NULL; + image->f0_available = 0; + image->f0 = 1.0; /* View head-on (unit cell is tilted) */ image->orientation.w = 1.0; |