mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Corrected line length
This commit is contained in:
@ -82,7 +82,8 @@ void Foam::combustionModels::laminar<Type>::correct()
|
||||
if (ddtScheme == fv::localEulerDdtScheme<scalar>::typeName)
|
||||
{
|
||||
const scalarField& rDeltaT =
|
||||
this->mesh().objectRegistry::template lookupObject<volScalarField>
|
||||
this->mesh().objectRegistry::
|
||||
template lookupObject<volScalarField>
|
||||
(
|
||||
"rDeltaT"
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user