summaryrefslogtreecommitdiffstats
path: root/Smoke/colormap.c
diff options
context:
space:
mode:
authorOliver Schinagl <oliver@schinagl.nl>2008-01-09 13:02:54 (GMT)
committerOliver Schinagl <oliver@schinagl.nl>2008-01-09 13:02:54 (GMT)
commit29e82f50f6f23b1a344b486f377d918425e37188 (patch)
tree6d5ff663d8ef89898d5584eab9f63f45126b145a /Smoke/colormap.c
parent4f8eda57dc837193ea25737b28d3514b3858639f (diff)
download2iv35-29e82f50f6f23b1a344b486f377d918425e37188.zip
2iv35-29e82f50f6f23b1a344b486f377d918425e37188.tar.gz
2iv35-29e82f50f6f23b1a344b486f377d918425e37188.tar.bz2
simulation reset added; colormap autoscaling moved to fluids main loop
Diffstat (limited to 'Smoke/colormap.c')
-rw-r--r--Smoke/colormap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Smoke/colormap.c b/Smoke/colormap.c
index 37afa8f..f928bce 100644
--- a/Smoke/colormap.c
+++ b/Smoke/colormap.c
@@ -158,7 +158,7 @@ fftw_real *colormap_get_frame(void)
-void colormap_autoscale(void)
+static void colormap_autoscale(void)
{
if (colormap_autoscaling) {
int k, DIM;