From 86af1ac1a9eb75adf6d0dc7aa08117c9d72743ac Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Tue, 21 Dec 2004 21:15:05 +0000 Subject: [PATCH] typo --- Mesh/3D_Mesh_Netgen.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Mesh/3D_Mesh_Netgen.cpp b/Mesh/3D_Mesh_Netgen.cpp index ba6d20e7a4..697cc79ffa 100644 --- a/Mesh/3D_Mesh_Netgen.cpp +++ b/Mesh/3D_Mesh_Netgen.cpp @@ -1,4 +1,4 @@ -// $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 // @@ -237,7 +237,7 @@ void Netgen::TransferVolumeMesh() vtable[tmp[2]-1], vtable[tmp[3]-1]); simp->iEnt = _vol->Num; 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); } -- GitLab