From 2139e0f6d08885522e72b0be894138e46e807bc8 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Sat, 12 Aug 2006 18:57:18 +0000 Subject: [PATCH] *** empty log message *** --- Geo/GModel.h | 1 - 1 file changed, 1 deletion(-) diff --git a/Geo/GModel.h b/Geo/GModel.h index a600527e30..8e1eec73a0 100644 --- a/Geo/GModel.h +++ b/Geo/GModel.h @@ -20,7 +20,6 @@ class GModel std::set<GFace*, GEntityLessThan> faces; std::set<GEdge*, GEntityLessThan> edges; std::set<GVertex*, GEntityLessThan> vertices; - SBoundingBox3d boundingBox; std::set<int> meshPartitions; public: -- GitLab