Salome HOME
Updated copyright comment
[modules/hexablock.git] / src / HEXABLOCK / HexVertexShape.hxx
index c167b03f73c99778f7b42df40955c986cf467cb7..3b08a21407a9372abb7dd00b8655415f8cea58b8 100644 (file)
@@ -1,7 +1,7 @@
 
 // class : Gestion des Sous-shapes categorie Vertex
 
-// Copyright (C) 2009-2014  CEA/DEN, EDF R&D
+// Copyright (C) 2009-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
@@ -50,7 +50,7 @@ private :
     Real3  ss_coord;   // Pour les vertex
     bool   maj_coords;
     bool   free_point;
-    vector <Vertex*> tab_assoc;
+    std::vector <Vertex*> tab_assoc;
 };
 END_NAMESPACE_HEXA
 #endif