Salome HOME
copy tag mergefrom_BR_V0_1_CC_Salome_04oct07
[modules/yacs.git] / src / wrappergen / bin / Cpp_Template__SRC / src / Cpp_Template_ / Cpp_Template__CXX / main.cxx
1 #include "Cpp_Template_.hxx"
2 #include "MEDMEM_Field.hxx"
3 #include <stdlib.h>
4
5 using namespace std;
6 int main(int argc, char ** argv)
7 {
8     if (getenv("SALOME_trace") == NULL )
9         setenv("SALOME_trace","local",0);
10     Cpp_Template_ myCalc;
11     // test myCalc component ...
12 }