Skip to content
Snippets Groups Projects
Commit 68fd132f authored by Gauthier Becker's avatar Gauthier Becker
Browse files

Fix the GMSH_API that was broken due to the include of Numeric/bezierBasis.h...

Fix the GMSH_API that was broken due to the include of Numeric/bezierBasis.h (that was not exported at install) by Numeric/PolynomialBasis.h 
parent bd675fc5
No related branches found
No related tags found
No related merge requests found
......@@ -95,7 +95,7 @@ set(GMSH_API
Common/VertexArray.h Common/Octree.h Common/OctreeInternals.h
Common/OS.h Common/StringUtils.h Common/OpenFile.h
Numeric/Numeric.h Numeric/GaussIntegration.h Numeric/polynomialBasis.h
Numeric/JacobianBasis.h Numeric/fullMatrix.h
Numeric/JacobianBasis.h Numeric/bezierBasis.h Numeric/fullMatrix.h
Numeric/simpleFunction.h Numeric/cartesian.h
Geo/GModel.h Geo/GEntity.h Geo/GPoint.h Geo/GVertex.h Geo/GEdge.h
Geo/GFace.h Geo/GRegion.h Geo/GEdgeLoop.h Geo/GEdgeCompound.h
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment