[Kst] kdeextragear-2/kst/plugins/pass_filters/butterworth_highpass
Andrew Walker
arwalker at sumusltd.com
Thu Mar 18 23:29:58 CET 2004
CVS commit by arwalker:
Typo.
M +1 -1 butterworth_highpass.cpp 1.2
--- kdeextragear-2/kst/plugins/pass_filters/butterworth_highpass/butterworth_highpass.cpp #1.1:1.2
@@ -34,5 +34,5 @@ double filter_calculate( int iFreqStep,
double dValue;
- dValue = 1.0 / ( 1.0 + pow( (double)iFreqStep / inScalars[1], 2.0 * (double)inScalars[0] ) )
+ dValue = 1.0 / ( 1.0 + pow( (double)iFreqStep / inScalars[1], 2.0 * (double)inScalars[0] ) );
return dValue;
More information about the Kst
mailing list