X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHEXABLOCK%2FHexVertexShape.hxx;h=af45ba55ce0e1ae0c8cadf160f4b7da5da157ab5;hb=76a04c833d6dbc5affe2455f372fb625050f5746;hp=c167b03f73c99778f7b42df40955c986cf467cb7;hpb=1292d8d06180c8c199542ed7d92cbadf1e9c1e14;p=modules%2Fhexablock.git diff --git a/src/HEXABLOCK/HexVertexShape.hxx b/src/HEXABLOCK/HexVertexShape.hxx old mode 100755 new mode 100644 index c167b03..af45ba5 --- a/src/HEXABLOCK/HexVertexShape.hxx +++ b/src/HEXABLOCK/HexVertexShape.hxx @@ -1,7 +1,7 @@ // class : Gestion des Sous-shapes categorie Vertex -// 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 @@ -50,7 +50,7 @@ private : Real3 ss_coord; // Pour les vertex bool maj_coords; bool free_point; - vector tab_assoc; + std::vector tab_assoc; }; END_NAMESPACE_HEXA #endif