summaryrefslogtreecommitdiffstats
path: root/Smoke/gtk.c
diff options
context:
space:
mode:
authorOliver Schinagl <oliver@schinagl.nl>2008-01-03 18:05:51 (GMT)
committerOliver Schinagl <oliver@schinagl.nl>2008-01-03 18:05:51 (GMT)
commitb12d6854cbb458c3de11266efefa8fb2ea11a1cf (patch)
tree32fc00f87d0bdb7f9d024c6b174e5896fd66a0f2 /Smoke/gtk.c
parent909340f9a5299194c582f9224f21f4f4daf56e51 (diff)
download2iv35-b12d6854cbb458c3de11266efefa8fb2ea11a1cf.zip
2iv35-b12d6854cbb458c3de11266efefa8fb2ea11a1cf.tar.gz
2iv35-b12d6854cbb458c3de11266efefa8fb2ea11a1cf.tar.bz2
frame passing changes
Diffstat (limited to 'Smoke/gtk.c')
-rw-r--r--Smoke/gtk.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/Smoke/gtk.c b/Smoke/gtk.c
index 3a1b310..bd1ab4b 100644
--- a/Smoke/gtk.c
+++ b/Smoke/gtk.c
@@ -877,6 +877,7 @@ main (int argc,
/* Initialize the simulation */
field = init_simulation(DIM);
+ fluids_init(DIM);
/* Initialize GTK. */
gtk_init (&argc, &argv);