X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHOMARD_I%2FHOMARD_Boundary_i.cxx;h=1de87e18babbcfd56cf4e232815a6a60bcb03480;hb=31086b2b08730cab7973f016edd2aaafee1eabbb;hp=3a3f3e3a2eabd684f978d89bc87f78c9d4d1754e;hpb=72cfcf42c05e96962492eee5a628a020ce8b367b;p=modules%2Fhomard.git diff --git a/src/HOMARD_I/HOMARD_Boundary_i.cxx b/src/HOMARD_I/HOMARD_Boundary_i.cxx old mode 100755 new mode 100644 index 3a3f3e3a..1de87e18 --- a/src/HOMARD_I/HOMARD_Boundary_i.cxx +++ b/src/HOMARD_I/HOMARD_Boundary_i.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2011-2014 CEA/DEN, EDF R&D +// Copyright (C) 2011-2023 CEA, EDF // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public @@ -134,18 +134,18 @@ char* HOMARD_Boundary_i::GetMeshName() return CORBA::string_dup( myHomardBoundary->GetMeshName().c_str() ); } //============================================================================= -void HOMARD_Boundary_i::SetMeshFile( const char* MeshFile ) +void HOMARD_Boundary_i::SetDataFile( const char* DataFile ) { ASSERT( myHomardBoundary ); - myHomardBoundary->SetMeshFile( MeshFile ); + myHomardBoundary->SetDataFile( DataFile ); int PublisMeshIN = _gen_i->GetPublisMeshIN () ; - if ( PublisMeshIN != 0 ) { _gen_i->PublishResultInSmesh(MeshFile, 0); } + if ( PublisMeshIN != 0 ) { _gen_i->PublishResultInSmesh(DataFile, 0); } } //============================================================================= -char* HOMARD_Boundary_i::GetMeshFile() +char* HOMARD_Boundary_i::GetDataFile() { ASSERT( myHomardBoundary ); - return CORBA::string_dup( myHomardBoundary->GetMeshFile().c_str() ); + return CORBA::string_dup( myHomardBoundary->GetDataFile().c_str() ); } //============================================================================= void HOMARD_Boundary_i::SetCylinder( double X0, double X1, double X2, double X3, double X4, double X5, double X6 )