]> SALOME platform Git repositories - tools/sat.git/blob - data/templates/CppSalome7/src/Cpp_Template_/Cpp_Template__CXX/main.cxx
Salome HOME
add the template command
[tools/sat.git] / data / templates / CppSalome7 / src / Cpp_Template_ / Cpp_Template__CXX / main.cxx
1 #include ":sat:{Cpp_Template_}.hxx"
2 // uncoment if the component uses MED
3 // #include "MEDCouplingUMesh.hxx"
4 // #include "MEDCouplingFieldDouble.hxx"
5 #include <stdlib.h>
6
7 using namespace std;
8 int main(int argc, char ** argv)
9 {
10     if (getenv("SALOME_trace") == NULL )
11         setenv("SALOME_trace","local",0);
12     :sat:{Cpp_Template_} myCalc;
13     // test myCalc component ...
14 }