metisDecomp: Use real_t for processor weights

Based on patch contributed by Alexey Matveichev
Resolves feature-request http://bugs.openfoam.org/view.php?id=2330
This commit is contained in:
Henry Weller
2016-11-12 09:03:56 +00:00
parent 11a569148c
commit 1fc8529672

View File

@ -67,7 +67,7 @@ Foam::label Foam::metisDecomp::decompose
// Processor weights initialised with no size, only used if specified in
// a file
Field<scalar> processorWeights;
Field<real_t> processorWeights;
// Cell weights (so on the vertices of the dual)
List<label> cellWeights;