From 58b34b22feecb38a6b042507dde7224551f57bcd Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Wed, 3 Mar 2004 22:25:08 +0000
Subject: [PATCH] added some FIXME comments

---
 Geo/CAD.cpp | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/Geo/CAD.cpp b/Geo/CAD.cpp
index 901d20afde..7a00a7728c 100644
--- a/Geo/CAD.cpp
+++ b/Geo/CAD.cpp
@@ -1,4 +1,4 @@
-// $Id: CAD.cpp,v 1.71 2004-02-28 00:48:49 geuzaine Exp $
+// $Id: CAD.cpp,v 1.72 2004-03-03 22:25:08 geuzaine Exp $
 //
 // Copyright (C) 1997-2004 C. Geuzaine, J.-F. Remacle
 //
@@ -424,6 +424,8 @@ void CopyShape(int Type, int Num, int *New)
   }
 }
 
+// FIXME: we still need to actually free the entity!
+
 void DeletePoint(int ip)
 {
   Vertex *v = FindPoint(ip, THEM);
-- 
GitLab