]> SALOME platform Git repositories - modules/kernel.git/blob - idl/MPIObject.idl
Salome HOME
ea82c2f031af857947735c32cbd5d82830182669
[modules/kernel.git] / idl / MPIObject.idl
1 #ifndef _SALOME_MPIOBJECT_IDL_
2 #define _SALOME_MPIOBJECT_IDL_
3
4 module Engines
5 {
6   typedef sequence<Object> IORTab;
7   interface MPIObject
8   {
9     attribute IORTab tior;
10   } ;
11 } ;
12
13 #endif