summaryrefslogtreecommitdiffstats
path: root/Smoke/fluids.c
diff options
context:
space:
mode:
authorOliver Schinagl <oliver@schinagl.nl>2008-01-05 04:02:07 (GMT)
committerOliver Schinagl <oliver@schinagl.nl>2008-01-05 04:02:07 (GMT)
commit11e1578b67647a603e23fae44fe658fe2806e19a (patch)
treedacfbba0e25b4e86aaf8ab5e36c92099dc442a76 /Smoke/fluids.c
parentcf983359977dbea21b49747e3430725209a804ee (diff)
download2iv35-11e1578b67647a603e23fae44fe658fe2806e19a.zip
2iv35-11e1578b67647a603e23fae44fe658fe2806e19a.tar.gz
2iv35-11e1578b67647a603e23fae44fe658fe2806e19a.tar.bz2
heightplots added
Diffstat (limited to 'Smoke/fluids.c')
-rw-r--r--Smoke/fluids.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/Smoke/fluids.c b/Smoke/fluids.c
index 0dc8469..dcf0a08 100644
--- a/Smoke/fluids.c
+++ b/Smoke/fluids.c
@@ -425,6 +425,8 @@ void calculate_one_simulation_step(struct vis_data_arrays *vis_data)
dataset = glyphs_get_dataset_color();
frame = get_frame(vis_data, dataset);
glyphs_set_frame(frame);
+
+ heightplots_set_frame(vis_data->height);
}
//------ VISUALIZATION CODE STARTS HERE -----------------------------------------------------------------