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

typo

parent 5c690d8d
Branches
Tags
No related merge requests found
// $Id: 3D_Mesh_Netgen.cpp,v 1.13 2004-12-21 21:13:09 geuzaine Exp $ // $Id: 3D_Mesh_Netgen.cpp,v 1.14 2004-12-21 21:15:05 geuzaine Exp $
// //
// Copyright (C) 1997-2004 C. Geuzaine, J.-F. Remacle // Copyright (C) 1997-2004 C. Geuzaine, J.-F. Remacle
// //
...@@ -237,7 +237,7 @@ void Netgen::TransferVolumeMesh() ...@@ -237,7 +237,7 @@ void Netgen::TransferVolumeMesh()
vtable[tmp[2]-1], vtable[tmp[3]-1]); vtable[tmp[2]-1], vtable[tmp[3]-1]);
simp->iEnt = _vol->Num; simp->iEnt = _vol->Num;
Tree_Add(_vol->Simplexes, &simp); Tree_Add(_vol->Simplexes, &simp);
// also add a cpoy in the global simplex tree // also add a copy in the global simplex tree
Tree_Add(THEM->Simplexes, &simp); Tree_Add(THEM->Simplexes, &simp);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment