mirror of
https://github.com/OpenFOAM/OpenFOAM-6.git
synced 2025-12-08 06:57:46 +00:00
metisDecomp: Reverted a7640fcdc4 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