From 88afc2973a1e9d92b93c5eba99ec15b4b31effec Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Wed, 19 Mar 2008 20:13:45 +0000 Subject: [PATCH] *** empty log message *** --- Geo/GModel.cpp | 3 +-- Geo/Makefile | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Geo/GModel.cpp b/Geo/GModel.cpp index 588c131748..2024ff620d 100644 --- a/Geo/GModel.cpp +++ b/Geo/GModel.cpp @@ -1,4 +1,4 @@ -// $Id: GModel.cpp,v 1.74 2008-03-19 20:09:45 geuzaine Exp $ +// $Id: GModel.cpp,v 1.75 2008-03-19 20:13:44 geuzaine Exp $ // // Copyright (C) 1997-2008 C. Geuzaine, J.-F. Remacle // @@ -30,7 +30,6 @@ # include "gmshSurface.h" # include "Field.h" # include "Generator.h" -# include "BackgroundMesh.h" # include "Context.h" #endif diff --git a/Geo/Makefile b/Geo/Makefile index 8e0dca6f5e..c2108d34c1 100644 --- a/Geo/Makefile +++ b/Geo/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.195 2008-03-19 17:34:56 geuzaine Exp $ +# $Id: Makefile,v 1.196 2008-03-19 20:13:45 geuzaine Exp $ # # Copyright (C) 1997-2008 C. Geuzaine, J.-F. Remacle # @@ -166,7 +166,7 @@ GModel.o: GModel.cpp GModel.h GVertex.h GEntity.h Range.h SPoint3.h \ ../DataStr/avl.h ../Geo/SPoint2.h ../Geo/ExtrudeParams.h \ ../Common/SmoothData.h ../Post/PView.h ../Post/PViewData.h \ ../Geo/SBoundingBox3d.h ../Post/PViewOptions.h ../Post/ColorTable.h \ - ../Mesh/Generator.h ../Mesh/BackgroundMesh.h ../Common/Context.h + ../Mesh/Generator.h ../Common/Context.h GModelIO_Geo.o: GModelIO_Geo.cpp GModel.h GVertex.h GEntity.h Range.h \ SPoint3.h SBoundingBox3d.h GPoint.h SPoint2.h GEdge.h SVector3.h \ GFace.h GEdgeLoop.h Pair.h GRegion.h Geo.h ../Common/GmshDefines.h \ -- GitLab