aboutsummaryrefslogtreecommitdiff
path: root/src/partial_sim.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2011-06-17 18:01:22 +0200
committerThomas White <taw@physics.org>2012-02-22 15:27:29 +0100
commit5d2605f47cee06d5367dc7d221816c52d8a5cda8 (patch)
treebdfadde2f97ac9dd4da9c7606660b5498444240b /src/partial_sim.c
parent11d82aa6456513f102364df1ebd3eed76f2d138f (diff)
Remove useless function parameter
Diffstat (limited to 'src/partial_sim.c')
-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 937e3a1b..2a412ae4 100644
--- a/src/partial_sim.c
+++ b/src/partial_sim.c
@@ -282,7 +282,7 @@ int main(int argc, char *argv[])
snprintf(image.filename, 255, "(simulated %i)", i);
image.reflections = find_intersections(&image,
- image.indexed_cell, 0);
+ image.indexed_cell);
calculate_partials(image.reflections, osf, full, sym);
/* Give a slightly incorrect cell in the stream */