Salome HOME
Updated copyright comment
[modules/hexablock.git] / src / HEXABLOCK_SWIG / hexablock_swig.i
index 34c4f35bc50ac0131a8d88c0ba2a163b7803c311..73ce965e89864501720d27abe8a0472a00860721 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2013-2019  CEA/DEN, EDF R&D
+// Copyright (C) 2013-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
 %include "std_vector.i"
 namespace std
 {
-%template(VectorHexas)    vector <Hex::Hexa*>;
-%template(VectorQuads)    vector <Hex::Quad*>;
-%template(VectorEdges)    vector <Hex::Edge*>;
-%template(VectorVertices) vector <Hex::Vertex*>;
-%template(VectorShapes)   vector <Hex::NewShape*>;
-%template(VectorReal)    vector <double>;
-%template(VectorInt)     vector <int>;
+%template(VectorHexas)    std::vector <Hex::Hexa*>;
+%template(VectorQuads)    std::vector <Hex::Quad*>;
+%template(VectorEdges)    std::vector <Hex::Edge*>;
+%template(VectorVertices) std::vector <Hex::Vertex*>;
+%template(VectorShapes)   std::vector <Hex::NewShape*>;
+%template(VectorReal)    std::vector <double>;
+%template(VectorInt)     std::vector <int>;
 }
 
 %include "hexa_base.hxx"