Changeset 361 in Sophya for trunk/SophyaPI/PIext/piacmd.cc
- Timestamp:
- Aug 6, 1999, 7:16:22 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/piacmd.cc
r357 r361 13 13 #include "pistdimgapp.h" 14 14 #include "nobjmgr.h" 15 #include "piafitting.h" 15 16 16 17 #include PISTDWDG_H … … 309 310 310 311 basexec = new PIABaseExecutor(this, omg, app); 312 fitexec = new PIAFitter(this, app); 311 313 AddInterpreter(this); 312 314 curcmdi = this; … … 327 329 delete helpwin; 328 330 if (curpiacmd == this) curpiacmd = NULL; 331 delete basexec; 332 delete fitexec; 329 333 } 330 334
Note:
See TracChangeset
for help on using the changeset viewer.