Changeset 1090 in Sophya for trunk/SophyaPI/PIext/pihisto.cc
- Timestamp:
- Jul 25, 2000, 12:20:52 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/pihisto.cc
r1057 r1090 78 78 if(mMrk != PI_NotDefMarker || (typeid(*mHisto) == typeid(HProf)) ) { 79 79 // Marqeurs definis OU HProf => marqueurs+Erreurs si il y en a 80 if(typeid(*mHisto) == typeid(HProf)) 81 { HProf* hp = (HProf*) mHisto; if(!(hp->IsOk())) hp->UpdateHisto();} 80 mHisto->UpdateHisto(); // pour le cas ou c'est un HProf 82 81 if(mLAtt == PI_NotDefLineAtt) g->SelLine(PI_ThinLine); 83 82 double x1,y1, x2,y2;
Note:
See TracChangeset
for help on using the changeset viewer.