mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-11 16:19:16 +05:00
Changement du nom du module
This commit is contained in:
parent
ed1a6f1c4d
commit
3f56f1610c
@ -38,7 +38,7 @@
|
||||
#include "HOMARD_Zone.idl"
|
||||
|
||||
|
||||
module HOMARD
|
||||
module ADAPT
|
||||
{
|
||||
interface HOMARD_Boundary : Engines::EngineComponent
|
||||
{
|
||||
@ -80,11 +80,11 @@ module HOMARD
|
||||
raises (SALOME::SALOME_Exception);
|
||||
|
||||
|
||||
HOMARD::double_array GetCoords() raises (SALOME::SALOME_Exception);
|
||||
ADAPT::double_array GetCoords() raises (SALOME::SALOME_Exception);
|
||||
|
||||
void SetLimit (in double Xincr, in double Yincr, in double Zincr)
|
||||
raises (SALOME::SALOME_Exception);
|
||||
HOMARD::double_array GetLimit() raises (SALOME::SALOME_Exception);
|
||||
ADAPT::double_array GetLimit() raises (SALOME::SALOME_Exception);
|
||||
|
||||
void AddGroup(in string LeGroupe) raises (SALOME::SALOME_Exception);
|
||||
void SetGroups(in ListGroupType ListGroup) raises (SALOME::SALOME_Exception);
|
||||
|
@ -37,7 +37,7 @@
|
||||
#include "HOMARD_Iteration.idl"
|
||||
#include "HOMARD_YACS.idl"
|
||||
|
||||
module HOMARD
|
||||
module ADAPT
|
||||
{
|
||||
typedef sequence<double> extrema ;
|
||||
typedef sequence<string> ListGroupType ;
|
||||
|
@ -31,7 +31,7 @@
|
||||
#include "HOMARD_Boundary.idl"
|
||||
#include "HOMARD_YACS.idl"
|
||||
|
||||
module HOMARD
|
||||
module ADAPT
|
||||
{
|
||||
typedef sequence<string> listeHypotheses;
|
||||
typedef sequence<string> listeZones;
|
||||
|
@ -36,7 +36,7 @@
|
||||
|
||||
#include "HOMARD_Cas.idl"
|
||||
|
||||
module HOMARD
|
||||
module ADAPT
|
||||
{
|
||||
typedef sequence<string> listeZonesHypo ;
|
||||
typedef sequence<string> listeIters ;
|
||||
|
@ -34,7 +34,7 @@
|
||||
#include "SALOME_Exception.idl"
|
||||
#include "SALOMEDS.idl"
|
||||
|
||||
module HOMARD
|
||||
module ADAPT
|
||||
{
|
||||
typedef sequence<string> listeIterFilles ;
|
||||
typedef sequence<string> listeFieldInterpsIter ;
|
||||
|
@ -34,7 +34,7 @@
|
||||
#include "SALOME_Exception.idl"
|
||||
#include "SALOMEDS.idl"
|
||||
|
||||
module HOMARD
|
||||
module ADAPT
|
||||
{
|
||||
interface HOMARD_YACS : Engines::EngineComponent
|
||||
{
|
||||
|
@ -34,7 +34,7 @@
|
||||
#include "SALOME_Exception.idl"
|
||||
#include "SALOMEDS.idl"
|
||||
|
||||
module HOMARD
|
||||
module ADAPT
|
||||
{
|
||||
typedef sequence<double > double_array ;
|
||||
typedef sequence<string > listeHypo ;
|
||||
|
Loading…
Reference in New Issue
Block a user