mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
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]];
|
fineDistribution[i] = finalDecomp[agglom[i]];
|
||||||
}
|
}
|
||||||
|
|
||||||
return finalDecomp;
|
return fineDistribution;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user