summaryrefslogtreecommitdiffstats
path: root/Smoke/flowvis.h
diff options
context:
space:
mode:
authorOliver Schinagl <oliver@schinagl.nl>2008-01-03 16:33:47 (GMT)
committerOliver Schinagl <oliver@schinagl.nl>2008-01-03 16:33:47 (GMT)
commit3d764e6b458d897d2959771b46c67addbcea8b70 (patch)
treecfdb03310238ff2301ff32516f602950fe742687 /Smoke/flowvis.h
parent8addeabeb2498955ebb7b62f810fbf2781bcae59 (diff)
download2iv35-3d764e6b458d897d2959771b46c67addbcea8b70.zip
2iv35-3d764e6b458d897d2959771b46c67addbcea8b70.tar.gz
2iv35-3d764e6b458d897d2959771b46c67addbcea8b70.tar.bz2
code cleanup and fixes
Diffstat (limited to 'Smoke/flowvis.h')
-rw-r--r--Smoke/flowvis.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/Smoke/flowvis.h b/Smoke/flowvis.h
index 3f46856..7e186e2 100644
--- a/Smoke/flowvis.h
+++ b/Smoke/flowvis.h
@@ -2,13 +2,13 @@
#define _FLOWVIS_H
void flowvis_set_render(int render_flowvi);
-int flowvi_get_render(void);
+int flowvis_get_render(void);
-void flowvi_set_num_colors(int num_colors);
-int flowvi_get_num_colors(void);
+void flowvis_set_num_colors(int num_colors);
+int flowvis_get_num_colors(void);
-void flowvi_set_colormap(int colormap);
-int flowvi_get_colormap(void);
+void flowvis_set_colormap(int colormap);
+int flowvis_get_colormap(void);
void flowvis_set_alpha(float alpha);
float flowvis_get_alpha(void);