STYLE: make IOobject time() noexcept. Use explicit REGISTER/NO_REGISTER

This commit is contained in:
Mark Olesen
2023-01-13 12:44:16 +01:00
parent 1f5a75c3c2
commit 8a70c898ae
25 changed files with 101 additions and 100 deletions

View File

@ -72,7 +72,7 @@ bool Foam::functionObjects::ObukhovLength::calcOL()
mesh_,
IOobject::NO_READ,
IOobject::NO_WRITE,
true
IOobject::REGISTER
),
mesh_,
dimLength,
@ -90,7 +90,7 @@ bool Foam::functionObjects::ObukhovLength::calcOL()
mesh_,
IOobject::NO_READ,
IOobject::NO_WRITE,
true
IOobject::REGISTER
),
mesh_,
dimVelocity,