aboutsummaryrefslogtreecommitdiff
path: root/src/pattern_sim.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2011-03-14 15:10:16 +0100
committerThomas White <taw@physics.org>2012-02-22 15:27:19 +0100
commitd004d970fc2f83e0bfd81af810fdcea35e47a4ac (patch)
tree2c47e0d84e3ca9665576b85caa4d309b594d519d /src/pattern_sim.c
parentf27607b8f51779e5bf4b344294122c65e49f008b (diff)
New stream writing
Diffstat (limited to 'src/pattern_sim.c')
-rw-r--r--src/pattern_sim.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pattern_sim.c b/src/pattern_sim.c
index 948458bc..c0318176 100644
--- a/src/pattern_sim.c
+++ b/src/pattern_sim.c
@@ -472,8 +472,8 @@ int main(int argc, char *argv[])
image.filename = NULL;
image.features = NULL;
image.flags = NULL;
- image.f0 = 1.0;
- image.f0_available = 1;
+ image.i0 = 1.0;
+ image.i0_available = 1;
powder = calloc(image.width*image.height, sizeof(*powder));