]> SALOME platform Git repositories - tools/sat.git/blob - data/templates/Cpp_Template_stda/src/Cpp_Template_/Cpp_Template__CXX/main.cxx
Salome HOME
add the template command
[tools/sat.git] / data / templates / Cpp_Template_stda / src / Cpp_Template_ / Cpp_Template__CXX / main.cxx
1 #include ":sat:{Cpp_Template_}.hxx"
2 #include <stdlib.h>
3
4 using namespace std;
5 int main(int argc, char ** argv)
6 {
7     :sat:{Cpp_Template_} myCalc;
8     // test myCalc component ...
9 }