diff options
author | musil <tmusil@users.sourceforge.net> | 2010-12-16 02:40:56 +0000 |
---|---|---|
committer | musil <tmusil@users.sourceforge.net> | 2010-12-16 02:40:56 +0000 |
commit | ac1f3ec494101e1f15073050cea7bd75008a893b (patch) | |
tree | b04d5cb4c5b7e9f31348d7e80f25cebe648d5e4e | |
parent | 8e085a6564e2e35408197158b81192a6bc181ea0 (diff) |
cosmetics
svn path=/trunk/externals/iemlib/; revision=14662
-rw-r--r-- | iemlib1/src/lp1_t~.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/iemlib1/src/lp1_t~.c b/iemlib1/src/lp1_t~.c index 96e4a4e..8005b95 100644 --- a/iemlib1/src/lp1_t~.c +++ b/iemlib1/src/lp1_t~.c @@ -7,7 +7,8 @@ iemlib1 written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2010 #include "iemlib.h" #include <math.h> -/* -- lp1_t~ - slow dynamic lowpass-filter 1. order with tau input --- */ +/* -- lp1_t~ - slow dynamic lowpass-filter 1. order controlled by time constant tau input --- */ +/* -- now with double precision -- */ typedef struct _lp1_t_tilde { |