localEulerDdt: Removed unnecessary template qualifiers
This commit is contained in:
parent
44c040dfda
commit
b8465c8469
1 changed files with 2 additions and 2 deletions
|
|
@ -46,7 +46,7 @@ const Foam::volScalarField& Foam::fv::localEulerDdt::localRDeltaT
|
|||
const fvMesh& mesh
|
||||
)
|
||||
{
|
||||
return mesh.objectRegistry::template lookupObject<volScalarField>
|
||||
return mesh.objectRegistry::lookupObject<volScalarField>
|
||||
(
|
||||
mesh.time().subCycling() ? rSubDeltaTName : rDeltaTName
|
||||
);
|
||||
|
|
@ -65,7 +65,7 @@ Foam::tmp<Foam::volScalarField> Foam::fv::localEulerDdt::localRSubDeltaT
|
|||
(
|
||||
rSubDeltaTName,
|
||||
nAlphaSubCycles
|
||||
*mesh.objectRegistry::template lookupObject<volScalarField>
|
||||
*mesh.objectRegistry::lookupObject<volScalarField>
|
||||
(
|
||||
rDeltaTName
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue