Changeset 3055 in Sophya for trunk/SophyaPI/PIext
- Timestamp:
- Aug 13, 2006, 12:36:46 AM (19 years ago)
- Location:
- trunk/SophyaPI/PIext
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/pihisto.cc
r2615 r3055 81 81 82 82 if (!mHisto) return; 83 if (mHisto->NBins()<=0) return; 83 84 84 85 if( typeid(*mHisto)==typeid(HProf) ) mHisto->UpdateHisto(); -
trunk/SophyaPI/PIext/pihisto2d.cc
r2615 r3055 260 260 261 261 if(!mHisto) return; 262 if(mHisto->NBinX()<=0 || mHisto->NBinY()<=0) return; 263 262 264 // Caracteristiques histogramme 263 265 double dx = mHisto->WBinX(),dy = mHisto->WBinY();
Note:
See TracChangeset
for help on using the changeset viewer.