summaryrefslogtreecommitdiffstats
path: root/Smoke/streamlines.h
diff options
context:
space:
mode:
authorOliver Schinagl <oliver@schinagl.nl>2008-01-10 20:52:19 (GMT)
committerOliver Schinagl <oliver@schinagl.nl>2008-01-10 20:52:19 (GMT)
commita003a02f8ae4f5bc14cbed9249b0fbfefdd2fd07 (patch)
tree8f3f61a0b2371a122c90835466895a45d4f7659a /Smoke/streamlines.h
parentf9e23896d3525e3dfe710585f6a88858cb88f8c6 (diff)
download2iv35-a003a02f8ae4f5bc14cbed9249b0fbfefdd2fd07.zip
2iv35-a003a02f8ae4f5bc14cbed9249b0fbfefdd2fd07.tar.gz
2iv35-a003a02f8ae4f5bc14cbed9249b0fbfefdd2fd07.tar.bz2
fx or vy get/setters added. mem probs fixed
Diffstat (limited to 'Smoke/streamlines.h')
-rw-r--r--Smoke/streamlines.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Smoke/streamlines.h b/Smoke/streamlines.h
index f1a3431..14736e3 100644
--- a/Smoke/streamlines.h
+++ b/Smoke/streamlines.h
@@ -19,6 +19,9 @@ 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(fftw_real **history);
fftw_real *streamlines_get_history(int hisdex);