Changeset 685 in Sophya for trunk/SophyaPI/PIext/pawexecut.cc


Ignore:
Timestamp:
Dec 13, 1999, 12:19:25 AM (26 years ago)
Author:
ercodmgr
Message:

FileChooser multiples ds PIStdImgApp, Correction Ndisp ds PINTuple, Fenetre NObjMgrWind non bloquant desormais ds piapp - Reza 12/12/99

File:
1 edited

Legend:

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

    r562 r685  
    193193  string nameproj = "/autoc/paw_n_plot1D";
    194194  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
    196196  srvo->ProjectH1(nameobj,expx,expwt,expcut,nameproj,dopt,loop);
    197197} else if(nvar==2) { // c'est un plot 2D
     
    368368Histo* h1p = NULL; string nametoplot = "/autoc/h_plot_2d_h1";
    369369AnyDataObj* 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
    371371
    372372string dopt = ""; if(tokens.size()>=3) dopt = tokens[2];
Note: See TracChangeset for help on using the changeset viewer.