diff options
-rw-r--r-- | src/partial_sim.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/partial_sim.c b/src/partial_sim.c index b3e8561f..9f6a4015 100644 --- a/src/partial_sim.c +++ b/src/partial_sim.c @@ -428,6 +428,7 @@ int main(int argc, char *argv[]) image.profile_radius = 0.003e9; image.i0_available = 0; image.filename = malloc(256); + image.copyme = NULL; if ( random_intensities ) { full = reflist_new(); |