Corrected line length

This commit is contained in:
Henry
2013-09-29 22:21:33 +01:00
parent f10b27f482
commit a7f4722bb9

View File

@ -82,10 +82,11 @@ void Foam::combustionModels::laminar<Type>::correct()
if (ddtScheme == fv::localEulerDdtScheme<scalar>::typeName) if (ddtScheme == fv::localEulerDdtScheme<scalar>::typeName)
{ {
const scalarField& rDeltaT = const scalarField& rDeltaT =
this->mesh().objectRegistry::template lookupObject<volScalarField> this->mesh().objectRegistry::
( template lookupObject<volScalarField>
"rDeltaT" (
); "rDeltaT"
);
if (this->coeffs().found("maxIntegrationTime")) if (this->coeffs().found("maxIntegrationTime"))
{ {