-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #164 from awslabs/hughcars/geodata-updates
Patch for ParNCMesh::Update bug
- Loading branch information
Showing
2 changed files
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
diff --git a/mesh/pncmesh.cpp b/mesh/pncmesh.cpp | ||
index cd6625e9c..a8a88081f 100644 | ||
--- a/mesh/pncmesh.cpp | ||
+++ b/mesh/pncmesh.cpp | ||
@@ -107,6 +107,8 @@ void ParNCMesh::Update() | ||
entity_owner[i].DeleteAll(); | ||
entity_pmat_group[i].DeleteAll(); | ||
entity_index_rank[i].DeleteAll(); | ||
+ entity_conf_group[i].DeleteAll(); | ||
+ entity_elem_local[i].DeleteAll(); | ||
} | ||
|
||
shared_vertices.Clear(); |