metisDecomp: Corrected return from metisDecomp::decompose
Resolves bug-report http://bugs.openfoam.org/view.php?id=2370
This commit is contained in:
@ -291,7 +291,7 @@ Foam::labelList Foam::metisDecomp::decompose
|
||||
fineDistribution[i] = finalDecomp[agglom[i]];
|
||||
}
|
||||
|
||||
return finalDecomp;
|
||||
return fineDistribution;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user