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

suppress obsolete warning

parent 86c680b2
No related branches found
No related tags found
No related merge requests found
// $Id: 3D_Extrude_Old.cpp,v 1.16 2001-12-05 14:33:58 geuzaine Exp $
// $Id: 3D_Extrude_Old.cpp,v 1.17 2001-12-05 16:02:38 geuzaine Exp $
// This is the old extrusion mesh generator -> only available through
// the command line option -extrude (w/o -recombine). This mesh
......@@ -20,10 +20,6 @@
// perp. lines: 4 * K1 + layer * K2 + point->Num
// New XY lines: 5 * K1 + layer * K2 + curve->Num
//
// WARNING:
//
// There is no way to save XY generated lines or other entities for the
// moment
#define MAXLAYERS 100
#define K1 100.e6
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment