Changeset 753 in Sophya
- Timestamp:
- Mar 2, 2000, 3:54:40 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/NTools/fftpackc.c
r717 r753 27 27 iw1 = *n + *n + 1; 28 28 iw2 = iw1 + *n + *n; 29 cfftb1_(n, &c__[1], &wsave[1], &wsave[iw1], (int *)&wsave[iw2]); /* (int *) ajoute - Reza 29/11/99 */29 cfftb1_(n, &c__[1], &wsave[1], &wsave[iw1], (int_4 *)&wsave[iw2]); /* (int *) ajoute - Reza 29/11/99 */ 30 30 return 0; 31 31 } /* cfftb_ */ … … 180 180 iw1 = *n + *n + 1; 181 181 iw2 = iw1 + *n + *n; 182 cfftf1_(n, &c__[1], &wsave[1], &wsave[iw1], (int *)&wsave[iw2]); /* (int *) ajoute - Reza 29/11/99 */182 cfftf1_(n, &c__[1], &wsave[1], &wsave[iw1], (int_4 *)&wsave[iw2]); /* (int *) ajoute - Reza 29/11/99 */ 183 183 return 0; 184 184 } /* cfftf_ */ … … 331 331 iw1 = *n + *n + 1; 332 332 iw2 = iw1 + *n + *n; 333 cffti1_(n, &wsave[iw1], (int *)&wsave[iw2]); /* (int *) ajoute Reza 29/11/99 */333 cffti1_(n, &wsave[iw1], (int_4 *)&wsave[iw2]); /* (int *) ajoute Reza 29/11/99 */ 334 334 return 0; 335 335 } /* cffti_ */ … … 1041 1041 return 0; 1042 1042 } 1043 ezfft1_(n, &wsave[(*n << 1) + 1], (int eger*)&wsave[*n * 3 + 1]);1043 ezfft1_(n, &wsave[(*n << 1) + 1], (int_4*)&wsave[*n * 3 + 1]); 1044 1044 return 0; 1045 1045 } /* ezffti_ */
Note:
See TracChangeset
for help on using the changeset viewer.