From fbd17135de189ddcac6424ea82288b0da2a06af4 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Tue, 1 Jul 2008 12:46:58 +0000 Subject: [PATCH] forgot to remove debug code --- Plugin/Integrate.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Plugin/Integrate.cpp b/Plugin/Integrate.cpp index 3af16b142d..d519166107 100644 --- a/Plugin/Integrate.cpp +++ b/Plugin/Integrate.cpp @@ -1,4 +1,4 @@ -// $Id: Integrate.cpp,v 1.28 2008-07-01 11:50:01 geuzaine Exp $ +// $Id: Integrate.cpp,v 1.29 2008-07-01 12:46:58 geuzaine Exp $ // // Copyright (C) 1997-2008 C. Geuzaine, J.-F. Remacle // @@ -112,7 +112,6 @@ PView *GMSH_IntegratePlugin::execute(PView * v) data1->getValue(step, ent, ele, nod, comp, val[numComp * nod + comp]); } elementFactory factory; - printf("dim=%d numEdges=%d\n", dim, numEdges); element *element = factory.create(numNodes, dim, x, y, z); if(!element) continue; if(scalar) -- GitLab