metisDecomp: Reverted a7640fcdc4 due to compilation error

This commit is contained in:
Henry Weller
2016-05-09 13:28:09 +01:00
parent a7640fcdc4
commit a4ac0f06fd

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;