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

explanation

parent 8fb6e65e
No related branches found
No related tags found
No related merge requests found
// $Id: Read_Mesh.cpp,v 1.18 2001-08-01 16:37:15 geuzaine Exp $ // $Id: Read_Mesh.cpp,v 1.19 2001-08-01 16:42:10 geuzaine Exp $
#include "Gmsh.h" #include "Gmsh.h"
#include "Geo.h" #include "Geo.h"
...@@ -31,6 +31,10 @@ ...@@ -31,6 +31,10 @@
/* relecture maillage au format MSH */ /* relecture maillage au format MSH */
/* Note: the 'Dirty' flag only has an influence if one doesn't load
the geometry along with the mesh (since we make Tree_Insert for the
geometrical entities). And that's what we want. */
void Read_Mesh_MSH (Mesh *M, FILE *File_GEO){ void Read_Mesh_MSH (Mesh *M, FILE *File_GEO){
char String[256]; char String[256];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment