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:
parent
11a569148c
commit
1fc8529672
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue