X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHOMARD_I%2FHOMARD_Cas_i.hxx;h=68442939ec4b371bbaac2bff6a7db8143eacf9b5;hb=refs%2Ftags%2FV9_13_0b1;hp=3b61059285409e381d64d4de0718c84f08b881db;hpb=7cc10462f437d6dfadfec62ede7af7e1a53bd520;p=modules%2Fhomard.git diff --git a/src/HOMARD_I/HOMARD_Cas_i.hxx b/src/HOMARD_I/HOMARD_Cas_i.hxx index 3b610592..68442939 100644 --- a/src/HOMARD_I/HOMARD_Cas_i.hxx +++ b/src/HOMARD_I/HOMARD_Cas_i.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2011-2015 CEA/DEN, EDF R&D +// Copyright (C) 2011-2024 CEA, EDF // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public @@ -86,7 +86,8 @@ public: void SetGroups(const HOMARD::ListGroupType& ListGroup); HOMARD::ListGroupType* GetGroups(); - void AddBoundaryGroup( const char* Boundary, const char* Group); + void AddBoundary(const char* Boundary); + void AddBoundaryGroup(const char* Boundary, const char* Group); HOMARD::ListBoundaryGroupType* GetBoundaryGroup(); void SupprBoundaryGroup( );