From 879ed0086fd80f72462874ecdd12c70d92a47b04 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Wed, 27 Jun 2001 10:52:18 +0000 Subject: [PATCH] *** empty log message *** --- Mesh/3D_Extrude_Old.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Mesh/3D_Extrude_Old.cpp b/Mesh/3D_Extrude_Old.cpp index 8caf3a63a7..09dbcaba7b 100644 --- a/Mesh/3D_Extrude_Old.cpp +++ b/Mesh/3D_Extrude_Old.cpp @@ -1,4 +1,4 @@ -// $Id: 3D_Extrude_Old.cpp,v 1.8 2001-06-27 09:45:20 geuzaine Exp $ +// $Id: 3D_Extrude_Old.cpp,v 1.9 2001-06-27 10:52:18 geuzaine Exp $ // This is the old extrusion mesh generator -> only available through // the command line option -extrude (w/o -recombine). This mesh @@ -378,8 +378,8 @@ static void Extrude_Vertex (void *data , void *dum){ for(i=0;i<NbLayer;i++){ - // Geometric progression ar^i, i=0...n, n=NbElmLayer[i] - // Sum of n terms = hLayer[i] = a (r^n-1)/(r-1) + // Geometric progression ar^i + // Sum of n (=NbElmLayer[i]) terms = hLayer[i] = a (r^n-1)/(r-1) if(parLayer[i] == 1.) a = hLayer[i] ; -- GitLab