mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
metisDecomp: Reverted 7cc9ba0a53 due to compilation error
This commit is contained in:
@ -67,7 +67,7 @@ Foam::label Foam::metisDecomp::decompose
|
|||||||
|
|
||||||
// Processor weights initialised with no size, only used if specified in
|
// Processor weights initialised with no size, only used if specified in
|
||||||
// a file
|
// a file
|
||||||
Field<floatScalar> processorWeights;
|
Field<scalar> processorWeights;
|
||||||
|
|
||||||
// Cell weights (so on the vertices of the dual)
|
// Cell weights (so on the vertices of the dual)
|
||||||
List<label> cellWeights;
|
List<label> cellWeights;
|
||||||
|
|||||||
Reference in New Issue
Block a user