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")) {