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
......@@ -21,15 +21,15 @@ SRC = GEntity.cpp\
discreteEdge.cpp discreteFace.cpp discreteRegion.cpp\
fourierEdge.cpp fourierFace.cpp fourierProjectionFace.cpp\
GModel.cpp\
GModelIO_Geo.cpp\
GModelIO_Mesh.cpp\
GModelIO_OCC.cpp\
GModelIO_Fourier.cpp\
GModelIO_CGNS.cpp\
GModelIO_MED.cpp\
GModelIO_Geo.cpp\
GModelIO_Mesh.cpp\
GModelIO_OCC.cpp\
GModelIO_Fourier.cpp\
GModelIO_CGNS.cpp\
GModelIO_MED.cpp\
ExtrudeParams.cpp \
Geo.cpp \
GeoStringInterface.cpp GeoInterpolation.cpp\
GeoStringInterface.cpp GeoInterpolation.cpp\
findLinks.cpp\
MVertex.cpp\
MFace.cpp\
......
......@@ -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/Pair.h Geo/Range.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\
Common/VertexArray.h Common/GmshMessage.h\
Common/Gmsh.h Common/GmshDefines.h Common/GmshVersion.h
......
......@@ -44,7 +44,7 @@ SRC = Generator.cpp \
BDS.cpp \
HighOrder.cpp \
Partition.cpp \
Refine.cpp
meshRefine.cpp
OBJ = ${SRC:.cpp=${OBJEXT}}
......
File moved
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