Changeset 2781 in Sophya for trunk/SophyaPI/PIext/piacmd.cc
- Timestamp:
- May 30, 2005, 10:00:17 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/piacmd.cc
r2755 r2781 6 6 #include <math.h> 7 7 8 #include "basexecut.h"9 8 10 9 #include "pdlmgr.h" … … 21 20 #include "pistdimgapp.h" 22 21 #include "nobjmgr.h" 22 23 // Les differentes classes CommandExecutor 24 #include "basexecut.h" 25 #include "graphexecut.h" 23 26 #include "piafitting.h" 24 27 #include "pawexecut.h" … … 170 173 171 174 basexec = new PIABaseExecutor(this, mObjMgr, app); 175 graphexec = new PIAGraphicExecutor(this, mObjMgr, app); 172 176 fitexec = new PIAFitter(this, app); 173 177 pawexec = new PAWExecutor(this, app); … … 197 201 delete cxxoptwin; 198 202 delete basexec; 203 delete graphexec; 199 204 delete fitexec; 200 205 delete pawexec;
Note:
See TracChangeset
for help on using the changeset viewer.