Changeset 1090 in Sophya for trunk/SophyaPI/PIext/pawexecut.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/pawexecut.cc

    r1079 r1090  
    864864Histo2D* h2 = dynamic_cast<Histo2D*>(mobjh);
    865865if( h != NULL ) {  // Histo ou HProf
    866   HProf* hp  = dynamic_cast<HProf*>(mobjh);
    867   if(hp!=NULL) if(!(hp->IsOk())) hp->UpdateHisto();
     866  h->UpdateHisto();  // pour le cas ou c'est un HProf
    868867  Vector* v = NULL;
    869868  if(mobjv==NULL)   // le vecteur n'existe pas
Note: See TracChangeset for help on using the changeset viewer.