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

remove debug printf call
parent 0b6bad07
No related branches found
No related tags found
No related merge requests found
// $Id: 3D_Extrude.cpp,v 1.85 2005-01-01 19:35:30 geuzaine Exp $
// $Id: 3D_Extrude.cpp,v 1.86 2005-01-26 15:26:53 geuzaine Exp $
//
// Copyright (C) 1997-2005 C. Geuzaine, J.-F. Remacle
//
......@@ -378,7 +378,6 @@ void Create_HexPri(int iEnt, Vertex * v[8])
v[0], v[1], v[2], v[3], v[4], v[5], v[6], v[7]);
return;
}
printf("aaa %d %d\n", iEnt, THEV->Num);
newp->iEnt = (iEnt && ep->useZonLayer()) ? iEnt : THEV->Num;
Tree_Add(THEV->Prisms, &newp);
}
......
$Id: TODO,v 1.80 2005-01-21 17:29:27 geuzaine Exp $
$Id: TODO,v 1.81 2005-01-26 15:26:53 geuzaine Exp $
********************************************************************
add general extrusion along parametric curve
********************************************************************
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment