diff options
author | Thomas White <taw@physics.org> | 2013-02-27 14:57:27 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2013-02-27 14:57:27 +0100 |
commit | ad94c430447aa969397db2356571c62e9bfe4f29 (patch) | |
tree | 8932f0d4060b1885d62f4a37169f3940917d8f70 /src/partial_sim.c | |
parent | cbd4ddc97f705b372f3b69f78ba2216d9cdc2d08 (diff) |
partial_sim: Initialise image.indexed_by
Diffstat (limited to 'src/partial_sim.c')
-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(); |