X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHEXABLOCK%2FHexGroup.cxx;h=7f66196eb2a66fc8ff6f009792313b2c0ac673c8;hb=76a04c833d6dbc5affe2455f372fb625050f5746;hp=ba7c27068172d0a496ea2ff1f24a97b2d9d90b12;hpb=f3d5693095483a5028dc812cee8697096159690b;p=modules%2Fhexablock.git diff --git a/src/HEXABLOCK/HexGroup.cxx b/src/HEXABLOCK/HexGroup.cxx old mode 100755 new mode 100644 index ba7c270..7f66196 --- a/src/HEXABLOCK/HexGroup.cxx +++ b/src/HEXABLOCK/HexGroup.cxx @@ -1,7 +1,7 @@ // C++ : Implementation des groupes -// Copyright (C) 2009-2014 CEA/DEN, EDF R&D +// Copyright (C) 2009-2019 CEA/DEN, EDF R&D // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public @@ -32,7 +32,7 @@ static const cpchar kind_name[] = { "HexaCell", "QuadCell", "EdgeCell", Group::Group (Document* dad, cpchar nom, EnumGroup grp) : EltBase (dad, EL_GROUP) { - string name = std::string(nom); + std::string name = std::string(nom); name.erase (name.find_last_not_of (" \n\r\t" ) + 1); name.erase (0, name.find_first_not_of (" \n\r\t" ));