From 5ad9044ea45329db30f8eef237444425097548d1 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Mon, 13 Nov 2017 12:34:48 +0100 Subject: [PATCH] pp --- Common/gmsh.h | 1 - 1 file changed, 1 deletion(-) diff --git a/Common/gmsh.h b/Common/gmsh.h index d6a06cee60..49fad1fb84 100644 --- a/Common/gmsh.h +++ b/Common/gmsh.h @@ -115,7 +115,6 @@ GMSH_API gmshModelGeoAddSurfaceLoop(const int tag, const std::vector<int> &faceT int &outTag); GMSH_API gmshModelGeoAddVolume(const int tag, const std::vector<int> &shellTags, int &outTag); - GMSH_API gmshModelGeoExtrude(const vector_pair &inDimTags, const double dx, const double dy, const double dz, vector_pair &outDimTags, -- GitLab