diff options
-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 5fc79e6e..937e3a1b 100644 --- a/src/partial_sim.c +++ b/src/partial_sim.c @@ -286,7 +286,7 @@ int main(int argc, char *argv[]) calculate_partials(image.reflections, osf, full, sym); /* Give a slightly incorrect cell in the stream */ - //mess_up_cell(image.indexed_cell); + mess_up_cell(image.indexed_cell); write_chunk(ofh, &image, STREAM_INTEGRATED); reflist_free(image.reflections); |