From ad94c430447aa969397db2356571c62e9bfe4f29 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Wed, 27 Feb 2013 14:57:27 +0100 Subject: partial_sim: Initialise image.indexed_by --- src/partial_sim.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/partial_sim.c') diff --git a/src/partial_sim.c b/src/partial_sim.c index e48c51fa..a4a2f875 100644 --- a/src/partial_sim.c +++ b/src/partial_sim.c @@ -530,6 +530,7 @@ int main(int argc, char *argv[]) image.copyme = NULL; image.crystals = NULL; image.n_crystals = 0; + image.indexed_by = INDEXING_NONE; if ( random_intensities ) { full = reflist_new(); -- cgit v1.2.3