Skip to content
Snippets Groups Projects
Commit 0bb53ab6 authored by mattijs's avatar mattijs
Browse files

BUG: ptscotch: truncate decomposition back to correct number of cells. Fixes #642.

parent 56232cda
No related merge requests found
......@@ -770,9 +770,9 @@ Foam::label Foam::ptscotchDecomp::decompose
feenableexcept(oldExcepts);
#endif
// See above note to have size 1. Undo.
finalDecomp.setSize(xadjSize-1);
//finalDecomp.setSize(xadjSize-1);
//check
//(
// SCOTCH_dgraphPart
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment