From 4038faf60e880194d65898ab89bbbd801aa0c35c Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Sat, 7 Jan 2006 16:20:50 +0000 Subject: [PATCH] *** empty log message *** --- Mesh/BDS.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Mesh/BDS.cpp b/Mesh/BDS.cpp index 388634ceb3..3edf38ae7a 100644 --- a/Mesh/BDS.cpp +++ b/Mesh/BDS.cpp @@ -1,4 +1,4 @@ -// $Id: BDS.cpp,v 1.47 2006-01-06 00:34:26 geuzaine Exp $ +// $Id: BDS.cpp,v 1.48 2006-01-07 16:20:50 geuzaine Exp $ // // Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle // @@ -1027,7 +1027,7 @@ bool BDS_Mesh::extractVolumes() } } - printf("the domain is closed ? : %d\n",closed); + // printf("the domain is closed ? : %d\n",closed); BDS_Triangle *t = *(triangles.begin()); } -- GitLab