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

forgot to create physical points
parent db025793
No related branches found
No related tags found
No related merge requests found
// $Id: Read_Mesh.cpp,v 1.54 2003-04-14 22:55:56 geuzaine Exp $
// $Id: Read_Mesh.cpp,v 1.55 2003-05-12 15:44:12 geuzaine Exp $
//
// Copyright (C) 1997-2003 C. Geuzaine, J.-F. Remacle
//
......@@ -178,6 +178,9 @@ void Read_Mesh_MSH(Mesh * M, FILE * File_GEO)
fscanf(File_GEO, "%d", &verts[j].Num);
switch (Type) {
case PNT:
addPhysicalGroup(M, MSH_PHYSICAL_POINT, Physical, Elementary);
break;
case LGN1:
case LGN2:
c = &C;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment