aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2011-06-17 17:32:47 +0200
committerThomas White <taw@physics.org>2012-02-22 15:27:29 +0100
commit11d82aa6456513f102364df1ebd3eed76f2d138f (patch)
treeb83115744896d7b57a1395dead111bee9b434dfd /src
parent92a80a18aef4b1e6c1d2416ae881bb5ede663055 (diff)
Uncomment mess_up_cell()
Diffstat (limited to 'src')
-rw-r--r--src/partial_sim.c2
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);