Changeset 1652 in Sophya for trunk/SophyaLib/NTools/fftpserver.cc
- Timestamp:
- Sep 21, 2001, 2:45:45 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/NTools/fftpserver.cc
r1619 r1652 143 143 sa_size_t n = in.NElts(); 144 144 T thr = FFTArrayChecker<T>::ZeroThreshold(); 145 sa_size_t ncs = ( (in(n-1).imag() < -thr) || (in(n-1).imag() > thr) ) ?146 ncs = 2*n-1 : ncs =2*n-2;145 sa_size_t ncs = ( (in(n-1).imag() < -thr) || (in(n-1).imag() > thr) ) 146 ? 2*n-1 : 2*n-2; 147 147 148 148 if (out.NElts() != ncs) {
Note:
See TracChangeset
for help on using the changeset viewer.