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

reset the input lists (do not delete them)
parent 5fdd421b
No related branches found
No related tags found
No related merge requests found
// $Id: DecomposeInSimplex.cpp,v 1.11 2004-05-16 20:04:43 geuzaine Exp $ // $Id: DecomposeInSimplex.cpp,v 1.12 2004-06-16 18:03:27 geuzaine Exp $
// //
// Copyright (C) 1997-2004 C. Geuzaine, J.-F. Remacle // Copyright (C) 1997-2004 C. Geuzaine, J.-F. Remacle
// //
...@@ -116,8 +116,7 @@ static void decomposeList(Post_View *v, int nbNod, int nbComp, ...@@ -116,8 +116,7 @@ static void decomposeList(Post_View *v, int nbNod, int nbComp,
delete [] valNew; delete [] valNew;
List_Delete(*listIn); List_Reset(*listIn);
*listIn = NULL;
*nbIn = 0; *nbIn = 0;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment