Changeset 2842 in Sophya
- Timestamp:
- Nov 18, 2005, 2:51:42 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaExt/IFFTW/fftwserver.cc
r2615 r2842 382 382 } 383 383 if (ncs == 2*n-2) 384 out(n cs-1) = in(n-1).real();384 out(n-1) = in(n-1).real(); 385 385 386 386 // for(int k=0; k<out.NElts(); k++) cout << "ReShapetoReal out " << k << " " << out(k) << endl;
Note:
See TracChangeset
for help on using the changeset viewer.