diff --git a/Common/gmsh.h b/Common/gmsh.h index e72ed21c5d8c57154f76c414116fde2575c552f2..2995045395f52ae7d000ba13233c3a9462a9cff7 100644 --- a/Common/gmsh.h +++ b/Common/gmsh.h @@ -86,7 +86,8 @@ GMSH_API gmshModelSetTransfiniteSurface(const int tag, const std::vector<int> &cornerTags = std::vector<int>()); GMSH_API gmshModelSetTransfiniteVolume(const int tag, - const std::vector<int> &cornerTags); + const std::vector<int> &cornerTags = + std::vector<int>()); GMSH_API gmshModelSetRecombine(const int dim, const int tag, const double angle = 45.); GMSH_API gmshModelSetSmoothing(const int dim, const int tag, const int val); GMSH_API gmshModelSetReverseMesh(const int dim, const int tag, const bool val = true);