summaryrefslogtreecommitdiffstats
path: root/Smoke/streamlines.h
diff options
context:
space:
mode:
authorOliver Schinagl <oliver@schinagl.nl>2008-01-10 21:54:34 (GMT)
committerOliver Schinagl <oliver@schinagl.nl>2008-01-10 21:54:34 (GMT)
commitc8c41f2f654c3a5283a299c27fd29fd47aaafe4f (patch)
tree6ed68e75ec641bef73fefb7414ab3693b18cf53d /Smoke/streamlines.h
parent28f4e6ec12a168ac260ba1143a31af8116eda43d (diff)
download2iv35-c8c41f2f654c3a5283a299c27fd29fd47aaafe4f.zip
2iv35-c8c41f2f654c3a5283a299c27fd29fd47aaafe4f.tar.gz
2iv35-c8c41f2f654c3a5283a299c27fd29fd47aaafe4f.tar.bz2
crap
Diffstat (limited to 'Smoke/streamlines.h')
-rw-r--r--Smoke/streamlines.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Smoke/streamlines.h b/Smoke/streamlines.h
index 7c62a98..3e96fd2 100644
--- a/Smoke/streamlines.h
+++ b/Smoke/streamlines.h
@@ -19,8 +19,8 @@ int streamlines_get_dataset(void);
void streamlines_set_frame(fftw_real *frame);
fftw_real *streamlines_get_frame(void);
-void streamlines_set_history_scalars(struct fftw_real_xy *history);
-struct fftw_real_xy *streamlines_get_history_scalars(void);
+void streamlines_set_history_scalars(struct fftw_real_xy **history);
+struct fftw_real_xy *streamlines_get_history_scalars(int hisdex);
struct color4f streamlines_get_color(float value);