Skip to content

Commit

Permalink
PABLO: shrink-to-fit lists of internal and p-border octants
Browse files Browse the repository at this point in the history
  • Loading branch information
andrea-iob committed Aug 10, 2018
1 parent abf85a3 commit 876a196
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/PABLO/ParaTree.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5287,8 +5287,8 @@ namespace bitpit {
countint++;
}
}
m_pborders.resize(countpbd);
m_internals.resize(countint);
m_pborders.shrink_to_fit();
m_internals.shrink_to_fit();

// Build ghosts
buildGhostOctants(m_bordersPerProc, std::vector<AccretionData>());
Expand Down

0 comments on commit 876a196

Please sign in to comment.