From 0488f7779e69db9011d5c6f37cec875089bd73ec Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Wed, 2 Sep 2009 10:45:52 +0000 Subject: [PATCH] add missing includes in API for GFaceCompound and SOrientedBoundingBox --- CMakeLists.txt | 6 ++++-- Geo/STensor3.h | 1 + 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index bf645e46d4..79f7a61a34 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -56,7 +56,7 @@ set(GMSH_API ${CMAKE_BINARY_DIR}/Common/GmshConfig.h ${CMAKE_BINARY_DIR}/Common/GmshVersion.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/gmshLaplace.h Numeric/gmshElasticity.h Numeric/gmshLinearSystem.h Numeric/gmshLinearSystemGmm.h Numeric/gmshLinearSystemFull.h @@ -68,8 +68,10 @@ set(GMSH_API 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/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 + Mesh/meshGEdge.h Mesh/meshGFace.h Mesh/meshGFaceOptimize.h + Mesh/meshGFaceDelaunayInsertion.h Post/PView.h Post/PViewData.h Plugin/PluginManager.h Graphics/drawContext.h contrib/kbipack/gmp_normal_form.h contrib/kbipack/gmp_matrix.h diff --git a/Geo/STensor3.h b/Geo/STensor3.h index 3b406bf636..0c3d0982c2 100644 --- a/Geo/STensor3.h +++ b/Geo/STensor3.h @@ -9,6 +9,7 @@ #include "SVector3.h" #include "GmshMatrix.h" #include "Numeric.h" + // concrete class for symmetric positive definite 3x3 matrix class SMetric3 { protected: -- GitLab