diff options
author | Thomas White <taw@physics.org> | 2011-06-17 17:32:47 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:29 +0100 |
commit | 11d82aa6456513f102364df1ebd3eed76f2d138f (patch) | |
tree | b83115744896d7b57a1395dead111bee9b434dfd /src/partial_sim.c | |
parent | 92a80a18aef4b1e6c1d2416ae881bb5ede663055 (diff) |
Uncomment mess_up_cell()
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 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); |