From 6860914b061e1033c7c27662f56bab881bb2d17e Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Sat, 13 May 2006 22:32:13 +0000
Subject: [PATCH] fix info msg

---
 Mesh/Print_Mesh.cpp | 5 +++--
 doc/TODO            | 4 +---
 2 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/Mesh/Print_Mesh.cpp b/Mesh/Print_Mesh.cpp
index 4eba56e2ef..6979f8ef87 100644
--- a/Mesh/Print_Mesh.cpp
+++ b/Mesh/Print_Mesh.cpp
@@ -1,4 +1,4 @@
-// $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,
diff --git a/doc/TODO b/doc/TODO
index 6e9e3b4446..d8c241a145 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,4 @@
-$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 $
 
 ********************************************************************
 
-- 
GitLab