From fe99873a105965d0950649ec57711d2c15c0eb69 Mon Sep 17 00:00:00 2001 From: Henry Date: Thu, 31 Mar 2011 12:00:45 +0100 Subject: [PATCH] Corrected line length --- src/parallel/decompose/ptscotchDecomp/ptscotchDecomp.C | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/parallel/decompose/ptscotchDecomp/ptscotchDecomp.C b/src/parallel/decompose/ptscotchDecomp/ptscotchDecomp.C index 414e113ec8..5083bb0e89 100644 --- a/src/parallel/decompose/ptscotchDecomp/ptscotchDecomp.C +++ b/src/parallel/decompose/ptscotchDecomp/ptscotchDecomp.C @@ -282,7 +282,10 @@ Foam::label Foam::ptscotchDecomp::decomposeZeroDomains << ( cWeights.size() - ? static_cast(scalarField::subField(cWeights, nCells, startCell)) + ? static_cast + ( + scalarField::subField(cWeights, nCells, startCell) + ) : scalarField(0) );