Salome HOME
Updated copyright comment
[modules/hexablock.git] / src / HEXABLOCK / HexQpattern.hxx
index ac77d4c1cb6f6a79b3e922bc78db16356e418d13..3e497140267e91a30ac78091734f5bd2977ba666 100644 (file)
@@ -1,7 +1,7 @@
 
 // C++ : Quads Pattern (for replaceHexas)
 
-// Copyright (C) 2009-2019  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
@@ -94,9 +94,9 @@ private :
     void projeter  (Vertex* vertex, double& ux, double& uy);
 
 private :
-   vector <QpatVertex> pat_vertex;
-   vector <QpatEdge  > pat_edge;
-   vector <QpatQuad  > pat_quad;
+   std::vector <QpatVertex> pat_vertex;
+   std::vector <QpatEdge  > pat_edge;
+   std::vector <QpatQuad  > pat_quad;
 
    Quads    old_top, old_bottom;
    Hexas    old_hexa;