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


Ignore:
Timestamp:
Mar 6, 2002, 5:50:30 PM (24 years ago)
Author:
perderos
Message:

1) ajout de commande pour trace de champ de vecteur
2) modif pour compil sous peida (pawexecut.cc) OP 06/03/2002

File:
1 edited

Legend:

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

    r1828 r1920  
    1818#include "cxxexecwin.h"
    1919#include "contmodex.h"
     20#include "flowmodex.h"
    2021
    2122#include PISTDWDG_H
     
    337338ContModExecutor *cntxx = new ContModExecutor(this, app);//_OP_
    338339cntexec = cntxx; //_OP_
     340FlowModExecutor *flwxx = new FlowModExecutor(this, app);//_OP_
     341flwexec = flwxx; //_OP_
    339342
    340343cxxoptwin = new  CxxOptionWind(app, cxxe);
Note: See TracChangeset for help on using the changeset viewer.