From a7f4722bb962f2a362277f07b2c5ea246b94f923 Mon Sep 17 00:00:00 2001 From: Henry Date: Sun, 29 Sep 2013 22:21:33 +0100 Subject: [PATCH] Corrected line length --- src/combustionModels/laminar/laminar.C | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/combustionModels/laminar/laminar.C b/src/combustionModels/laminar/laminar.C index 3b6ee25e4d..07bffa5c4c 100644 --- a/src/combustionModels/laminar/laminar.C +++ b/src/combustionModels/laminar/laminar.C @@ -82,10 +82,11 @@ void Foam::combustionModels::laminar::correct() if (ddtScheme == fv::localEulerDdtScheme::typeName) { const scalarField& rDeltaT = - this->mesh().objectRegistry::template lookupObject - ( - "rDeltaT" - ); + this->mesh().objectRegistry:: + template lookupObject + ( + "rDeltaT" + ); if (this->coeffs().found("maxIntegrationTime")) {