Changeset 2994 in Sophya for trunk/SophyaExt
- Timestamp:
- Jun 24, 2006, 12:02:00 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaExt/IFFTW/fftwserver.cc
r2989 r2994 375 375 } 376 376 else { 377 sa_size_tncs = ( (in(n-1).imag() < -thr) || (in(n-1).imag() > thr) ) ?377 ncs = ( (in(n-1).imag() < -thr) || (in(n-1).imag() > thr) ) ? 378 378 ncs = 2*n-1 : ncs = 2*n-2; 379 379
Note:
See TracChangeset
for help on using the changeset viewer.