]> SALOME platform Git repositories - modules/kernel.git/blob - idl/MPIObject.idl
Salome HOME
This commit was generated by cvs2git to track changes on a CVS vendor
[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