- Timestamp:
- Mar 29, 2010, 3:55:49 PM (16 years ago)
- Location:
- branches/eam_branches/20100225
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/20100225
- Property svn:mergeinfo changed
-
branches/eam_branches/20100225/Ohana
-
Property svn:mergeinfo
set to
/branches/eam_branches/20091201/Ohana merged eligible /branches/eam_branches/largefiles.20100314/Ohana merged eligible /branches/pap_stack/Ohana merged eligible /trunk/Ohana merged eligible
-
Property svn:mergeinfo
set to
-
branches/eam_branches/20100225/Ohana/src/opihi/lib.data/fft.c
r20936 r27517 72 72 // This requires 2(Nx*Ny*...) mem copies, but the fft operations are likely to happen in 73 73 // cache. 74 int fftND (float *x, float *y, int Ndim, int *Nsize, int forward) {74 int fftND (float *x, float *y, int Ndim, off_t *Nsize, int forward) { 75 75 76 76 int i, nIndex, minor, major, iDim;
Note:
See TracChangeset
for help on using the changeset viewer.
