Changeset 1313 in Sophya for trunk/SophyaLib
- Timestamp:
- Nov 9, 2000, 4:54:52 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/NTools/fftpserver.cc
r896 r1313 69 69 70 70 { 71 sz_rfft = 0; //the working array and its size for the different 72 ws_rfft = NULL; //possible numerical types 71 //the working array and its size for the different 72 //possible numerical types 73 sz_rfft = 0; 74 ws_rfft = NULL; 75 sz_dfft = 0; 76 ws_dfft = NULL; 73 77 sz_cfft = 0; 74 78 ws_cfft = NULL; … … 80 84 { 81 85 if (ws_rfft) delete[] ws_rfft; 86 if (ws_dfft) delete[] ws_dfft; 82 87 if (ws_cfft) delete[] ws_cfft; 83 88 if (ws_cdfft) delete[] ws_cdfft;
Note:
See TracChangeset
for help on using the changeset viewer.