Salome HOME
Porting to ParaView-5.8
[modules/hexablock.git] / src / HEXABLOCK / HexVertexShape.hxx
old mode 100755 (executable)
new mode 100644 (file)
index c167b03..af45ba5
@@ -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 <Vertex*> tab_assoc;
+    std::vector <Vertex*> tab_assoc;
 };
 END_NAMESPACE_HEXA
 #endif