Skip to content
Snippets Groups Projects
Commit 0488f777 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

add missing includes in API for GFaceCompound and SOrientedBoundingBox
parent c74132a5
No related branches found
No related tags found
No related merge requests found
...@@ -56,7 +56,7 @@ set(GMSH_API ...@@ -56,7 +56,7 @@ set(GMSH_API
${CMAKE_BINARY_DIR}/Common/GmshConfig.h ${CMAKE_BINARY_DIR}/Common/GmshConfig.h
${CMAKE_BINARY_DIR}/Common/GmshVersion.h ${CMAKE_BINARY_DIR}/Common/GmshVersion.h
Common/Gmsh.h Common/GmshDefines.h Common/GmshMessage.h Common/VertexArray.h Common/Gmsh.h Common/GmshDefines.h Common/GmshMessage.h Common/VertexArray.h
Numeric/Gauss.h Numeric/FunctionSpace.h Numeric/GmshMatrix.h Numeric/Numeric.h Numeric/Gauss.h Numeric/FunctionSpace.h Numeric/GmshMatrix.h
Numeric/gmshAssembler.h Numeric/gmshTermOfFormulation.h Numeric/gmshAssembler.h Numeric/gmshTermOfFormulation.h
Numeric/gmshLaplace.h Numeric/gmshElasticity.h Numeric/gmshLinearSystem.h Numeric/gmshLaplace.h Numeric/gmshElasticity.h Numeric/gmshLinearSystem.h
Numeric/gmshLinearSystemGmm.h Numeric/gmshLinearSystemFull.h Numeric/gmshLinearSystemGmm.h Numeric/gmshLinearSystemFull.h
...@@ -68,8 +68,10 @@ set(GMSH_API ...@@ -68,8 +68,10 @@ set(GMSH_API
Geo/MQuadrangle.h Geo/MTetrahedron.h Geo/MHexahedron.h Geo/MPrism.h Geo/MQuadrangle.h Geo/MTetrahedron.h Geo/MHexahedron.h Geo/MPrism.h
Geo/MPyramid.h Geo/MElementCut.h Geo/discreteVertex.h Geo/discreteEdge.h Geo/MPyramid.h Geo/MElementCut.h Geo/discreteVertex.h Geo/discreteEdge.h
Geo/discreteFace.h Geo/discreteRegion.h Geo/SPoint2.h Geo/SPoint3.h Geo/discreteFace.h Geo/discreteRegion.h Geo/SPoint2.h Geo/SPoint3.h
Geo/SVector3.h Geo/SBoundingBox3d.h Geo/Pair.h Geo/Range.h Geo/SVector3.h Geo/STensor3.h Geo/SBoundingBox3d.h Geo/Pair.h Geo/Range.h
Geo/SOrientedBoundingBox.h Geo/CellComplex.h Geo/ChainComplex.h Geo/SOrientedBoundingBox.h Geo/CellComplex.h Geo/ChainComplex.h
Mesh/meshGEdge.h Mesh/meshGFace.h Mesh/meshGFaceOptimize.h
Mesh/meshGFaceDelaunayInsertion.h
Post/PView.h Post/PViewData.h Plugin/PluginManager.h Post/PView.h Post/PViewData.h Plugin/PluginManager.h
Graphics/drawContext.h Graphics/drawContext.h
contrib/kbipack/gmp_normal_form.h contrib/kbipack/gmp_matrix.h contrib/kbipack/gmp_normal_form.h contrib/kbipack/gmp_matrix.h
......
...@@ -9,6 +9,7 @@ ...@@ -9,6 +9,7 @@
#include "SVector3.h" #include "SVector3.h"
#include "GmshMatrix.h" #include "GmshMatrix.h"
#include "Numeric.h" #include "Numeric.h"
// concrete class for symmetric positive definite 3x3 matrix // concrete class for symmetric positive definite 3x3 matrix
class SMetric3 { class SMetric3 {
protected: protected:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment