summaryrefslogtreecommitdiffstats
path: root/Smoke/fluids.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/fluids.h
parent28f4e6ec12a168ac260ba1143a31af8116eda43d (diff)
download2iv35-c8c41f2f654c3a5283a299c27fd29fd47aaafe4f.zip
2iv35-c8c41f2f654c3a5283a299c27fd29fd47aaafe4f.tar.gz
2iv35-c8c41f2f654c3a5283a299c27fd29fd47aaafe4f.tar.bz2
crap
Diffstat (limited to 'Smoke/fluids.h')
-rw-r--r--Smoke/fluids.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Smoke/fluids.h b/Smoke/fluids.h
index d28f176..cdae24e 100644
--- a/Smoke/fluids.h
+++ b/Smoke/fluids.h
@@ -63,7 +63,7 @@ struct vis_data_arrays {
fftw_real *height;
struct point *normals;
fftw_real *history_frame[HISTORY_SIZE];
- struct fftw_real_xy history_scalars[HISTORY_SIZE];
+ struct fftw_real_xy *history_scalars[HISTORY_SIZE];
};