Ignore:
Timestamp:
08/29/06 14:15:56 (18 years ago)
Author:
mar637
Message:

Changes from trunk, whcih accidentally got added there instead of here.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tags/Release2.1.0b/src/STMath.cpp

    r1199 r1204  
    14071407      }
    14081408      Vector<Complex> lags;
    1409       ffts.fft(lags, spec);
     1409      ffts.fft0(lags, spec);
    14101410      Int start =  max(0, lag0);
    14111411      Int end =  min(Int(lags.nelements()-1), lag1);
     
    14171417        }
    14181418      }
    1419       ffts.fft(spec, lags);
     1419      ffts.fft0(spec, lags);
    14201420      specCol.put(i, spec);
    14211421    }
Note: See TracChangeset for help on using the changeset viewer.