Changeset 3950 in Sophya for trunk/SophyaLib/HiStats/histos.cc
- Timestamp:
- Feb 18, 2011, 12:15:25 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/HiStats/histos.cc
r3587 r3950 60 60 { 61 61 Delete(); 62 } 63 64 /********* Methode *********/ 65 /*! Redimensionnement d'un histo */ 66 void Histo::ReSize(r_8 xMin, r_8 xMax, int_4 nBin) 67 { 68 CreateOrResize(xMin,xMax,nBin); 62 69 } 63 70
Note:
See TracChangeset
for help on using the changeset viewer.