Changeset 685 in Sophya for trunk/SophyaPI/PIext/pawexecut.cc
- Timestamp:
- Dec 13, 1999, 12:19:25 AM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/pawexecut.cc
r562 r685 193 193 string nameproj = "/autoc/paw_n_plot1D"; 194 194 AnyDataObj* mobj = omg.GetObj(nameproj); 195 if(mobj!=NULL) omg.DelObj(nameproj);195 // if(mobj!=NULL) omg.DelObj(nameproj); $CHECK$ Reza 12/12/99 - clean auto 196 196 srvo->ProjectH1(nameobj,expx,expwt,expcut,nameproj,dopt,loop); 197 197 } else if(nvar==2) { // c'est un plot 2D … … 368 368 Histo* h1p = NULL; string nametoplot = "/autoc/h_plot_2d_h1"; 369 369 AnyDataObj* mobjh1 = omg.GetObj(nametoplot); 370 if(mobjh1!=NULL) omg.DelObj(nametoplot); 370 // if(mobjh1!=NULL) omg.DelObj(nametoplot); $CHECK$ Reza 12/12/99 - Ne pas faire - autoclean 371 371 372 372 string dopt = ""; if(tokens.size()>=3) dopt = tokens[2];
Note:
See TracChangeset
for help on using the changeset viewer.