From fd9231f44af5c94ec95b3b93fb4dc84643333282 Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Fri, 24 Nov 2000 01:03:53 +0000
Subject: [PATCH] *** empty log message ***

---
 Mesh/Print_Mesh.cpp | 3 ++-
 lib/Makefile        | 4 ++++
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/Mesh/Print_Mesh.cpp b/Mesh/Print_Mesh.cpp
index 72a417c871..65adc3960d 100644
--- a/Mesh/Print_Mesh.cpp
+++ b/Mesh/Print_Mesh.cpp
@@ -1,4 +1,4 @@
-/* $Id: Print_Mesh.cpp,v 1.4 2000-11-24 00:45:53 geuzaine Exp $ */
+/* $Id: Print_Mesh.cpp,v 1.5 2000-11-24 01:03:53 geuzaine Exp $ */
 
 #include "Gmsh.h"
 #include "Const.h"
@@ -971,6 +971,7 @@ void ConsecutiveNodes (Mesh * M, Tree_T * ConsecutiveNTree, Tree_T * Consecutive
   }
   nbedges = -newnum - nbnod;
   nbdof = nbnod + nbedges;
+  Msg(INFOS, "%d Dofs", nbdof);
 }
 
 void EndConsecutiveNodes (Mesh * M){
diff --git a/lib/Makefile b/lib/Makefile
index c5ac5c361a..af57c45104 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -1,4 +1,8 @@
 
+RM        = rm
+RMFLAGS   = -f
+
+
 clean:
 	$(RM) $(RMFLAGS) *.a
 
-- 
GitLab