]> SALOME platform Git repositories - modules/med.git/blob - idl/Compo1Py.idl
Salome HOME
Update version number: 3.1.0a2
[modules/med.git] / idl / Compo1Py.idl
1 #include "SALOME_Component.idl"
2 #include "MED.idl"
3
4 module Engines
5 {
6  
7   interface Compo1Py : Component
8   {
9     void Initialise(in string medFile);
10     SALOME_MED::MESH Calcul1();
11     SALOME_MED::SUPPORT Calcul2();
12   };
13  
14 };