Changeset 1224 in Sophya for trunk/SophyaPI/PIext/piacmd.cc
- Timestamp:
- Oct 11, 2000, 7:26:43 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/piacmd.cc
r484 r1224 15 15 #include "piafitting.h" 16 16 #include "pawexecut.h" 17 #include "cxxexecutor.h" 17 18 18 19 #include PISTDWDG_H … … 313 314 fitexec = new PIAFitter(this, app); 314 315 pawexec = new PAWExecutor(this, app); 316 cxxexec = new CxxExecutor(this, app); 315 317 AddInterpreter(this); 316 318 curcmdi = this; … … 334 336 delete fitexec; 335 337 delete pawexec; 338 delete cxxexec; 336 339 } 337 340
Note:
See TracChangeset
for help on using the changeset viewer.