Skip to content
Snippets Groups Projects
Commit 58b34b22 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

added some FIXME comments
parent cf01e2a5
No related branches found
No related tags found
No related merge requests found
// $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 // Copyright (C) 1997-2004 C. Geuzaine, J.-F. Remacle
// //
...@@ -424,6 +424,8 @@ void CopyShape(int Type, int Num, int *New) ...@@ -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) void DeletePoint(int ip)
{ {
Vertex *v = FindPoint(ip, THEM); Vertex *v = FindPoint(ip, THEM);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment