summaryrefslogtreecommitdiffstats
path: root/Smoke/flowvis.h
diff options
context:
space:
mode:
authorOliver Schinagl <oliver@schinagl.nl>2007-12-20 11:52:11 (GMT)
committerOliver Schinagl <oliver@schinagl.nl>2007-12-20 11:52:11 (GMT)
commit6f19aad735759adc16fe149557d275880250cac1 (patch)
treea3b445665d02cc52770e9c598b917a6ab3878586 /Smoke/flowvis.h
parentb3a5933d58d67788ece2a3a12f6c073fd9c33261 (diff)
download2iv35-6f19aad735759adc16fe149557d275880250cac1.zip
2iv35-6f19aad735759adc16fe149557d275880250cac1.tar.gz
2iv35-6f19aad735759adc16fe149557d275880250cac1.tar.bz2
replaced int type with float
Diffstat (limited to 'Smoke/flowvis.h')
-rw-r--r--Smoke/flowvis.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Smoke/flowvis.h b/Smoke/flowvis.h
index 204904a..3f46856 100644
--- a/Smoke/flowvis.h
+++ b/Smoke/flowvis.h
@@ -10,8 +10,8 @@ int flowvi_get_num_colors(void);
void flowvi_set_colormap(int colormap);
int flowvi_get_colormap(void);
-void flowvis_set_alpha(int alpha);
-int flowvis_get_alpha(void);
+void flowvis_set_alpha(float alpha);
+float flowvis_get_alpha(void);
void flowvis_set_frame(fftw_real *frame);
fftw_real *flowvis_get_frame(void);