diff options
author | Thomas White <taw@physics.org> | 2013-09-13 14:04:40 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2013-09-13 14:04:40 +0200 |
commit | 5231a0f07fd5f72b88e2d9feb774de747f04536b (patch) | |
tree | 6232d4245acdcd589a83ca278b21c78f8d37f098 /src/partial_sim.c | |
parent | 73f6c63d1f14f2652bd50bf8a1e2dd5debbaaf3f (diff) |
Add INDEXING_SIMULATION for streams made by partial_sim
Diffstat (limited to 'src/partial_sim.c')
-rw-r--r-- | src/partial_sim.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/partial_sim.c b/src/partial_sim.c index 3369f2fd..f9b58bcd 100644 --- a/src/partial_sim.c +++ b/src/partial_sim.c @@ -593,7 +593,7 @@ int main(int argc, char *argv[]) image.copyme = NULL; image.crystals = NULL; image.n_crystals = 0; - image.indexed_by = INDEXING_NONE; + image.indexed_by = INDEXING_SIMULATION; image.num_peaks = 0; image.num_saturated_peaks = 0; |