Changeset 1090 in Sophya for trunk/SophyaPI/PIext/pihisto.cc


Ignore:
Timestamp:
Jul 25, 2000, 12:20:52 PM (25 years ago)
Author:
ercodmgr
Message:

updatehisto formalisation cmv 25/7/00

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaPI/PIext/pihisto.cc

    r1057 r1090  
    7878  if(mMrk != PI_NotDefMarker ||  (typeid(*mHisto) == typeid(HProf)) ) {
    7979    // 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
    8281    if(mLAtt == PI_NotDefLineAtt) g->SelLine(PI_ThinLine);
    8382    double x1,y1, x2,y2;
Note: See TracChangeset for help on using the changeset viewer.