Skip to content
Snippets Groups Projects
Commit 2b551d87 authored by Henry Weller's avatar Henry Weller
Browse files

metisDecomp: Corrected return from metisDecomp::decompose

Resolves bug-report http://bugs.openfoam.org/view.php?id=2370
parent 2fa6436b
Branches
Tags
No related merge requests found
......@@ -291,7 +291,7 @@ Foam::labelList Foam::metisDecomp::decompose
fineDistribution[i] = finalDecomp[agglom[i]];
}
return finalDecomp;
return fineDistribution;
}
......
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