]> SALOME platform Git repositories - tools/yacsgen.git/blob - Examples/hxx1/CALCUL/src/main.cxx
Salome HOME
Deal with the fact that MEDCoupling is now an extern tool.
[tools/yacsgen.git] / Examples / hxx1 / CALCUL / src / main.cxx
1 #include "CALCUL.hxx"
2 #include <stdlib.h>
3
4 using namespace std;
5 int main(int argc, char ** argv)
6 {
7     if (getenv("SALOME_trace") == NULL )
8         setenv("SALOME_trace","local",0);
9     CALCUL myCalc;
10     // test myCalc component ...
11 }