Changeset 1090 in Sophya for trunk/SophyaPI/PIext/pawexecut.cc
- Timestamp:
- Jul 25, 2000, 12:20:52 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/pawexecut.cc
r1079 r1090 864 864 Histo2D* h2 = dynamic_cast<Histo2D*>(mobjh); 865 865 if( 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 868 867 Vector* v = NULL; 869 868 if(mobjv==NULL) // le vecteur n'existe pas
Note:
See TracChangeset
for help on using the changeset viewer.