Revision f5e0d4d97913906b19c500ef07ec4ac9bdeae9aa authored by Christophe Prud'homme on 03 July 2014, 17:36:03 UTC, committed by Christophe Prud'homme on 03 July 2014, 17:36:03 UTC
1 parent f4d8bc3
Raw File
add-missing-headers.patch
Description: Adds missing headers 
Author: Christophe Trophime <christophe.trophime@lncmi.cnrs.fr>
Reviewed-by: Anton Gladky <gladky.anton@gmail.com>
Last-Update: 2012-06-24

Index: gmsh-tetgen-2.6.2~svn13116/CMakeLists.txt
===================================================================
--- gmsh-tetgen-2.6.2~svn13116.orig/CMakeLists.txt	2012-09-05 11:24:52.000000000 +0200
+++ gmsh-tetgen-2.6.2~svn13116/CMakeLists.txt	2012-09-05 11:27:23.000000000 +0200
@@ -84,8 +84,8 @@
   ${CMAKE_CURRENT_BINARY_DIR}/Common/GmshConfig.h 
   ${CMAKE_CURRENT_BINARY_DIR}/Common/GmshVersion.h
   Common/Gmsh.h Common/Context.h Common/GmshDefines.h Common/GmshMessage.h
-    Common/VertexArray.h Common/Octree.h Common/OctreeInternals.h 
-    Common/OS.h Common/StringUtils.h Common/OpenFile.h
+    Common/VertexArray.h Common/Octree.h Common/OctreeInternals.h
+    Common/OS.h Common/Options.h Common/OpenFile.h Common/StringUtils.h
   Numeric/Numeric.h Numeric/GaussIntegration.h Numeric/polynomialBasis.h
     Numeric/JacobianBasis.h Numeric/fullMatrix.h
     Numeric/simpleFunction.h Numeric/cartesian.h
@@ -101,19 +101,22 @@
     Geo/Pair.h Geo/Range.h Geo/SOrientedBoundingBox.h 
     Geo/CellComplex.h Geo/ChainComplex.h Geo/Cell.h Geo/Homology.h Geo/Chain.h 
     Geo/partitionEdge.h Geo/CGNSOptions.h Geo/gmshLevelset.h
+    Geo/Chain.h
   Mesh/meshGEdge.h Mesh/meshGFace.h Mesh/meshGFaceOptimize.h 
     Mesh/meshGFaceElliptic.h Mesh/meshPartition.h Mesh/meshGFaceDelaunayInsertion.h 
     Mesh/simple3D.h Mesh/meshPartitionOptions.h Mesh/directions3D.h Mesh/yamakawa.h
     Mesh/Voronoi3D.h Mesh/Levy3D.h Mesh/periodical.h Mesh/meshMetric.h
-  Numeric/mathEvaluator.h
+    Mesh/Field.h
+  Numeric/mathEvaluator.h Numeric/nodalBasis.h Numeric/fullMatrix.h
   Solver/dofManager.h Solver/femTerm.h Solver/laplaceTerm.h Solver/elasticityTerm.h
     Solver/crossConfTerm.h Solver/orthogonalTerm.h
     Solver/linearSystem.h Solver/linearSystemGMM.h Solver/linearSystemCSR.h 
     Solver/linearSystemFull.h Solver/elasticitySolver.h Solver/sparsityPattern.h    Solver/groupOfElements.h Solver/linearSystemPETSc.h
+    Solver/functionSpace.h Solver/STensor43.h Solver/STensor33.h
   Post/PView.h Post/PViewData.h Plugin/PluginManager.h Post/OctreePost.h 
   Post/PViewDataGModel.h Post/PViewOptions.h Post/ColorTable.h
-   Numeric/nodalBasis.h
   Graphics/drawContext.h
+    Graphics/Camera.h Graphics/Trackball.h
   contrib/kbipack/gmp_normal_form.h contrib/kbipack/gmp_matrix.h 
     contrib/kbipack/gmp_blas.h contrib/kbipack/mpz.h
   contrib/DiscreteIntegration/Integration3D.h
back to top