diff --git a/Geo/CAD.cpp b/Geo/CAD.cpp index 901d20afdefbf66a5caccd28d5b1ee23730294dc..7a00a7728ce4ed3275307e1fd4b3b6f893a879e4 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);