Skip to content
Snippets Groups Projects
Commit c7006fdc authored by Jean-François Remacle's avatar Jean-François Remacle
Browse files

*** empty log message ***

parent ff65e90b
No related branches found
No related tags found
No related merge requests found
...@@ -25,6 +25,9 @@ GMSH_API = Geo/GModel.h Geo/GEntity.h Geo/GPoint.h\ ...@@ -25,6 +25,9 @@ GMSH_API = Geo/GModel.h Geo/GEntity.h Geo/GPoint.h\
Geo/SPoint2.h Geo/SPoint3.h Geo/SVector3.h Geo/SBoundingBox3d.h\ Geo/SPoint2.h Geo/SPoint3.h Geo/SVector3.h Geo/SBoundingBox3d.h\
Geo/Pair.h Geo/Range.h\ Geo/Pair.h Geo/Range.h\
Numeric/Gauss.h Numeric/FunctionSpace.h Numeric/GmshMatrix.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 Numeric/gmshFunction.h\
Post/PView.h Post/PViewData.h Plugin/PluginManager.h\ Post/PView.h Post/PViewData.h Plugin/PluginManager.h\
Common/VertexArray.h Common/GmshMessage.h\ Common/VertexArray.h Common/GmshMessage.h\
Common/Gmsh.h Common/GmshDefines.h Common/GmshVersion.h Common/Gmsh.h Common/GmshDefines.h Common/GmshVersion.h
......
...@@ -44,7 +44,7 @@ SRC = Generator.cpp \ ...@@ -44,7 +44,7 @@ SRC = Generator.cpp \
BDS.cpp \ BDS.cpp \
HighOrder.cpp \ HighOrder.cpp \
Partition.cpp \ Partition.cpp \
Refine.cpp meshRefine.cpp
OBJ = ${SRC:.cpp=${OBJEXT}} OBJ = ${SRC:.cpp=${OBJEXT}}
......
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment