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

*** empty log message ***

parent 20477b49
No related branches found
No related tags found
No related merge requests found
/* $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 "Gmsh.h"
#include "Const.h" #include "Const.h"
...@@ -971,6 +971,7 @@ void ConsecutiveNodes (Mesh * M, Tree_T * ConsecutiveNTree, Tree_T * Consecutive ...@@ -971,6 +971,7 @@ void ConsecutiveNodes (Mesh * M, Tree_T * ConsecutiveNTree, Tree_T * Consecutive
} }
nbedges = -newnum - nbnod; nbedges = -newnum - nbnod;
nbdof = nbnod + nbedges; nbdof = nbnod + nbedges;
Msg(INFOS, "%d Dofs", nbdof);
} }
void EndConsecutiveNodes (Mesh * M){ void EndConsecutiveNodes (Mesh * M){
......
RM = rm
RMFLAGS = -f
clean: clean:
$(RM) $(RMFLAGS) *.a $(RM) $(RMFLAGS) *.a
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment