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

fix info msg
parent 64abd5db
No related branches found
No related tags found
No related merge requests found
// $Id: Print_Mesh.cpp,v 1.73 2006-04-24 00:26:48 geuzaine Exp $
// $Id: Print_Mesh.cpp,v 1.74 2006-05-13 22:32:13 geuzaine Exp $
//
// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle
//
......@@ -59,8 +59,9 @@ static void _msh_print_node(void *a, void *b)
{
Vertex *V = *(Vertex **) a;
MSH_NODE_NUM++;
if(CTX.mesh.renumber_nodes_continuous)
V->Num = ++MSH_NODE_NUM;
V->Num = MSH_NODE_NUM;
fprintf(MSHFILE, "%d %.16g %.16g %.16g\n",
V->Num,
......
$Id: TODO,v 1.8 2006-05-13 22:06:09 geuzaine Exp $
Mesh.RenumberNodes breaks second order hexas !?!?
$Id: TODO,v 1.9 2006-05-13 22:32:13 geuzaine Exp $
********************************************************************
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment