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

physical<->elementary
parent 3e22fed9
No related branches found
No related tags found
No related merge requests found
// $Id: mshsort.cpp,v 1.2 2004-10-08 04:40:59 geuzaine Exp $ // $Id: mshsort.cpp,v 1.3 2004-10-08 06:23:01 geuzaine Exp $
// //
// Copyright (C) 1997-2004 C. Geuzaine, J.-F. Remacle // Copyright (C) 1997-2004 C. Geuzaine, J.-F. Remacle
// //
...@@ -178,7 +178,7 @@ double readMesh(char *fileName, map<int, node*> &nodes, vector<element*> &elemen ...@@ -178,7 +178,7 @@ double readMesh(char *fileName, map<int, node*> &nodes, vector<element*> &elemen
exit(1); exit(1);
} }
} }
element *e = new element(type, elementary, physical, partition); element *e = new element(type, physical, elementary, partition);
for(int j = 0; j < numNodes; j++){ for(int j = 0; j < numNodes; j++){
int numNode; int numNode;
fscanf(fp, "%d", &numNode); fscanf(fp, "%d", &numNode);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment