aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2011-11-01 12:01:57 +0100
committerThomas White <taw@physics.org>2012-02-22 15:27:39 +0100
commit1074dc9faf000fec117a8f243c7343b09df5da51 (patch)
treefefa6705fb7f5f3d258fd8b573ef49e423f05b64
parent42d10caabdb9fa5f1fb3dcb8223236458ed003af (diff)
partial_sim: Initialise "copyme" to NULL
-rw-r--r--src/partial_sim.c1
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();