metisDecomp: Reverted 7cc9ba0a53 due to compilation error

This commit is contained in:
Henry Weller
2016-05-09 13:28:09 +01:00
parent 7cc9ba0a53
commit 6c275f2aa6

View File

@ -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;