aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/fftease/src/shapee~.cpp
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2003-01-17 04:37:14 +0000
committerThomas Grill <xovo@users.sourceforge.net>2003-01-17 04:37:14 +0000
commit478eeca99ee6f5bad3063700fbcc9d8913c770ae (patch)
treebe9b6dff36c03985fe7ee6a9ba15be4427b3d035 /externals/grill/fftease/src/shapee~.cpp
parent0623a36babf06fe897bbb59244c7d4f010d46b9c (diff)
""
svn path=/trunk/; revision=342
Diffstat (limited to 'externals/grill/fftease/src/shapee~.cpp')
-rw-r--r--externals/grill/fftease/src/shapee~.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/externals/grill/fftease/src/shapee~.cpp b/externals/grill/fftease/src/shapee~.cpp
index 2fa0268c..e6c0f3f7 100644
--- a/externals/grill/fftease/src/shapee~.cpp
+++ b/externals/grill/fftease/src/shapee~.cpp
@@ -57,7 +57,7 @@ V shapee::Transform(I _N2,S *const *in)
{
// lets just shape the entire signal in groups of three
- const _N = _N2*2;
+ const I _N = _N2*2;
I i;
for ( i=2; i < _N+2; i += 6 ) {
F lowerMult = _channel1[i-2] / _channel1[i];