From 494a07a361fe4ee0e54f77468a976b1a77818770 Mon Sep 17 00:00:00 2001 From: Tom Schouten Date: Fri, 12 Sep 2003 22:26:57 +0000 Subject: creb 0.9.0 svn path=/trunk/externals/creb/; revision=956 --- modules/fdn.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/fdn.c') diff --git a/modules/fdn.c b/modules/fdn.c index 22fcc40..9fbfee7 100644 --- a/modules/fdn.c +++ b/modules/fdn.c @@ -311,11 +311,11 @@ static void fdn_updatedamping(t_fdn *x) } static void fdn_timelow(t_fdn *x, t_float f){ - x->x_ctl.c_timelow = f; + x->x_ctl.c_timelow = fabs(f); fdn_updatedamping(x); } static void fdn_timehigh(t_fdn *x, t_float f){ - x->x_ctl.c_timehigh = f; + x->x_ctl.c_timehigh = fabs(f); fdn_updatedamping(x); } -- cgit v1.2.1