diff options
author | Thomas White <taw@physics.org> | 2011-11-01 12:01:57 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:39 +0100 |
commit | 1074dc9faf000fec117a8f243c7343b09df5da51 (patch) | |
tree | fefa6705fb7f5f3d258fd8b573ef49e423f05b64 | |
parent | 42d10caabdb9fa5f1fb3dcb8223236458ed003af (diff) |
partial_sim: Initialise "copyme" to NULL
-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(); |