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

typo

parent 5454ba53
No related branches found
No related tags found
No related merge requests found
// $Id: 3D_Extrude.cpp,v 1.28 2001-08-13 10:43:16 geuzaine Exp $
// $Id: 3D_Extrude.cpp,v 1.29 2001-08-13 15:16:38 geuzaine Exp $
#include "Gmsh.h"
#include "Numeric.h"
......@@ -746,9 +746,10 @@ int Extrude_Mesh (Volume * v){
// cretainly not the most efficient way to do it but it seems to work
//
// In order to suppress only the tri/qua that have to, i.e. all
// those created by the extrusion, they are tagged with a negative
// number, that they will keep their lives in order for adjacent
// volumes to respect the coherence of their common boundaries
// those created by extrude_seg(), we tag tag them with a negative
// number. These elts will keep this negative number during their
// whole lives in order for adjacent volumes to respect the
// coherence of their common boundaries.
for (i = 0; i < List_Nbr (v->Surfaces); i++){
List_Read (v->Surfaces, i, &ss);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment