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 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(); |