diff --git a/Mesh/Print_Mesh.cpp b/Mesh/Print_Mesh.cpp index 72a417c8714903001c38b8bce2207196a098c332..65adc3960dc60d8e682f7ace409b7404439fe152 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 c5ac5c361ae4c3839c4841910d05ea92f209a607..af57c451045bbd047350d6232332fd513d780072 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -1,4 +1,8 @@ +RM = rm +RMFLAGS = -f + + clean: $(RM) $(RMFLAGS) *.a