summaryrefslogtreecommitdiffstats
path: root/Smoke/fluids.c
diff options
context:
space:
mode:
authorOliver Schinagl <oliver@schinagl.nl>2008-01-09 13:39:22 (GMT)
committerOliver Schinagl <oliver@schinagl.nl>2008-01-09 13:39:22 (GMT)
commita8ce8c6ea988e99570bed36b37a6ec02cf9e2059 (patch)
treefb6de41a44a04fb3c9c94bc9ad2e4acdfb847246 /Smoke/fluids.c
parent2f82b925a8d54fccc0ed78ce9c16f1079aed8588 (diff)
download2iv35-a8ce8c6ea988e99570bed36b37a6ec02cf9e2059.zip
2iv35-a8ce8c6ea988e99570bed36b37a6ec02cf9e2059.tar.gz
2iv35-a8ce8c6ea988e99570bed36b37a6ec02cf9e2059.tar.bz2
streamlines stuffs
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 eeada0e..2ab0e81 100644
--- a/Smoke/fluids.c
+++ b/Smoke/fluids.c
@@ -21,6 +21,7 @@
#include "colormap.h"
#include "glyphs.h"
#include "heightplots.h"
+#include "streamlines.h"
#include "normals.h"
#include "isolines.h"
@@ -440,6 +441,7 @@ void populate_arrays(struct vis_data_arrays *vis_data)
// }
+ get_frame(vis_data, streamlines_get_dataset());
if (colormap_get_autoscaling()) {
if (scale_min > frame[idx]) { colormap_set_scale_min(frame[idx]); }