Changeset 2506 in Sophya for trunk/SophyaLib/NTools/perandom.cc
- Timestamp:
- Mar 15, 2004, 5:46:56 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/NTools/perandom.cc
r2322 r2506 27 27 for(int_4 j=0; j<nBin; j++) 28 28 (*this)(j) /= (*this)(nBin-1); 29 END_CONSTRUCTOR30 29 } 31 30 … … 48 47 for(int_4 j=0; j<nBin; j++) 49 48 (*this)(j) /= (*this)(nBin-1); 50 END_CONSTRUCTOR51 49 } 52 50 … … 65 63 for(int_4 j=0; j<nBin; j++) 66 64 (*this)(j) /= (*this)(nBin-1); 67 END_CONSTRUCTOR68 65 } 69 66 … … 151 148 152 149 nx = nBinX; 153 END_CONSTRUCTOR154 150 } 155 151 … … 179 175 delete[] tabX; 180 176 nx = nBinX; 181 END_CONSTRUCTOR182 177 } 183 178
Note:
See TracChangeset
for help on using the changeset viewer.