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


Ignore:
Timestamp:
Aug 6, 1999, 7:16:22 PM (26 years ago)
Author:
ercodmgr
Message:

Deplacement des methodes d'ajustement dans nouvelle classe Reza 6/8/99

File:
1 edited

Legend:

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

    r357 r361  
    1313#include "pistdimgapp.h"
    1414#include "nobjmgr.h"
     15#include "piafitting.h"
    1516
    1617#include PISTDWDG_H
     
    309310
    310311basexec = new PIABaseExecutor(this, omg, app);
     312fitexec = new PIAFitter(this, app);
    311313AddInterpreter(this);
    312314curcmdi = this;
     
    327329delete helpwin;
    328330if (curpiacmd == this)  curpiacmd = NULL;
     331delete basexec;
     332delete fitexec;
    329333}
    330334
Note: See TracChangeset for help on using the changeset viewer.