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

forgot to remove debug code

parent 4354c388
No related branches found
No related tags found
No related merge requests found
// $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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment