From 36fcd01ab3470f7af4889a6fa760ecfa625ed035 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Sun, 26 Feb 2017 07:08:53 +0000 Subject: [PATCH] fix --- CMakeLists.txt | 2 +- Geo/GModelIO_OCC.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 27e6609259..b45b22d63e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -126,7 +126,7 @@ set(GMSH_API Geo/GenericVertex.h Geo/GenericEdge.h Geo/GenericFace.h Geo/GenericRegion.h Geo/partitionEdge.h Geo/CGNSOptions.h Geo/gmshLevelset.h Geo/boundaryLayersData.h Mesh/meshGEdge.h Mesh/meshGFace.h Mesh/meshGFaceOptimize.h - Mesh/meshGFaceElliptic.h Mesh/meshPartition.h Mesh/meshGFaceDelaunayInsertion.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 Mesh/ThinLayer.h Numeric/mathEvaluator.h diff --git a/Geo/GModelIO_OCC.h b/Geo/GModelIO_OCC.h index fbadae19bf..95d4c4d1bf 100644 --- a/Geo/GModelIO_OCC.h +++ b/Geo/GModelIO_OCC.h @@ -264,7 +264,7 @@ public: OCC_Internals(){} bool getChanged() const { return false; } void reset(){} - void setTagConstraints(int dim, int val){} + void setMaxTag(int dim, int val); int getMaxTag(int dim) const { return 0; } void addVertex(int tag, double x, double y, double z, double meshSize=MAX_LC) { _error("add vertex"); } -- GitLab