summaryrefslogtreecommitdiffstats
path: root/Smoke/streamlines.h
diff options
context:
space:
mode:
authorOliver Schinagl <oliver@schinagl.nl>2008-01-10 21:10:50 (GMT)
committerOliver Schinagl <oliver@schinagl.nl>2008-01-10 21:10:50 (GMT)
commit37e4a2a9857669837417b0b5e6ba35248bec9030 (patch)
tree36d3cccee52404e450f1fc76051a9cf01aab89cb /Smoke/streamlines.h
parentdcab21f30e9c451bfc2b7e65d90323b5e11a8612 (diff)
download2iv35-37e4a2a9857669837417b0b5e6ba35248bec9030.zip
2iv35-37e4a2a9857669837417b0b5e6ba35248bec9030.tar.gz
2iv35-37e4a2a9857669837417b0b5e6ba35248bec9030.tar.bz2
moved history to flowvis "smoke history"
Diffstat (limited to 'Smoke/streamlines.h')
-rw-r--r--Smoke/streamlines.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/Smoke/streamlines.h b/Smoke/streamlines.h
index 54c31ea..7c62a98 100644
--- a/Smoke/streamlines.h
+++ b/Smoke/streamlines.h
@@ -22,11 +22,6 @@ 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(fftw_real **history);
-fftw_real *streamlines_get_history(int hisdex);
-
-void streamlines_set_hisdex(int arg);
-int streamlines_get_hisdex(void);
struct color4f streamlines_get_color(float value);