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

Create geometry points from physical points in Read_Mesh.
parent 38fad561
No related branches found
No related tags found
No related merge requests found
// $Id: Read_Mesh.cpp,v 1.46 2002-08-06 21:14:35 geuzaine Exp $ // $Id: Read_Mesh.cpp,v 1.47 2002-11-14 05:45:20 geuzaine Exp $
// //
// Copyright (C) 1997 - 2002 C. Geuzaine, J.-F. Remacle // Copyright (C) 1997 - 2002 C. Geuzaine, J.-F. Remacle
// //
...@@ -291,6 +291,7 @@ void Read_Mesh_MSH (Mesh *M, FILE *File_GEO){ ...@@ -291,6 +291,7 @@ void Read_Mesh_MSH (Mesh *M, FILE *File_GEO){
if(!replace) M->Statistics[12]++; if(!replace) M->Statistics[12]++;
break; break;
case PNT: case PNT:
Tree_Replace(M->Points, &vertsp[0]) ;
break; break;
default : default :
Msg(WARNING, "Unknown type of element in Read_Mesh"); Msg(WARNING, "Unknown type of element in Read_Mesh");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment