metisDecomp: Corrected return from metisDecomp::decompose
Resolves bug-report http://bugs.openfoam.org/view.php?id=2370
This commit is contained in:
parent
65402d6831
commit
6b161934c9
1 changed files with 1 additions and 1 deletions
|
|
@ -291,7 +291,7 @@ Foam::labelList Foam::metisDecomp::decompose
|
||||||
fineDistribution[i] = finalDecomp[agglom[i]];
|
fineDistribution[i] = finalDecomp[agglom[i]];
|
||||||
}
|
}
|
||||||
|
|
||||||
return finalDecomp;
|
return fineDistribution;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue