Changeset 2506 in Sophya for trunk/SophyaLib/NTools/perandom.cc


Ignore:
Timestamp:
Mar 15, 2004, 5:46:56 PM (22 years ago)
Author:
ansari
Message:

Remplacement THROW par throw - Reza 15/03/2004

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/NTools/perandom.cc

    r2322 r2506  
    2727  for(int_4 j=0; j<nBin; j++)
    2828    (*this)(j) /= (*this)(nBin-1);
    29   END_CONSTRUCTOR
    3029}
    3130
     
    4847  for(int_4 j=0; j<nBin; j++)
    4948    (*this)(j) /= (*this)(nBin-1);
    50   END_CONSTRUCTOR
    5149}
    5250
     
    6563  for(int_4 j=0; j<nBin; j++)
    6664    (*this)(j) /= (*this)(nBin-1);
    67   END_CONSTRUCTOR
    6865}
    6966
     
    151148   
    152149   nx = nBinX;
    153   END_CONSTRUCTOR
    154150}
    155151
     
    179175   delete[] tabX;
    180176   nx = nBinX;
    181   END_CONSTRUCTOR
    182177}
    183178
Note: See TracChangeset for help on using the changeset viewer.