Changeset 1224 in Sophya for trunk/SophyaPI/PIext/piacmd.cc


Ignore:
Timestamp:
Oct 11, 2000, 7:26:43 PM (25 years ago)
Author:
ercodmgr
Message:

Ajout de cxxexecutor (Execution C++ en ligne ds piapp) - CMV+Reza 11/10/2000

File:
1 edited

Legend:

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

    r484 r1224  
    1515#include "piafitting.h"
    1616#include "pawexecut.h"
     17#include "cxxexecutor.h"
    1718
    1819#include PISTDWDG_H
     
    313314fitexec = new PIAFitter(this, app);
    314315pawexec = new PAWExecutor(this, app);
     316cxxexec = new CxxExecutor(this, app);
    315317AddInterpreter(this);
    316318curcmdi = this;
     
    334336delete fitexec;
    335337delete pawexec;
     338delete cxxexec;
    336339}
    337340
Note: See TracChangeset for help on using the changeset viewer.