From 7d41c2213b5070d444fa17cdb04eeb9fdc955309 Mon Sep 17 00:00:00 2001 From: Katja Date: Sun, 6 Nov 2011 15:38:24 +0000 Subject: made smlib compliant with double precision svn path=/trunk/externals/smlib/; revision=15707 --- vsum.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vsum.c') diff --git a/vsum.c b/vsum.c index dd49f4c..d32db9a 100644 --- a/vsum.c +++ b/vsum.c @@ -12,7 +12,7 @@ typedef struct _vsum static void vsum_perform(t_vsum *x, t_symbol *s, int argc, t_atom *argv) { - float sum=0.f; + t_float sum=0.; int i; for (i = 0; i < argc; i++) { -- cgit v1.2.1