mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: make IOobject time() noexcept. Use explicit REGISTER/NO_REGISTER
This commit is contained in:
@ -88,7 +88,7 @@ static bool calc_rhoU
|
||||
mesh,
|
||||
IOobject::NO_READ,
|
||||
IOobject::NO_WRITE,
|
||||
true
|
||||
IOobject::REGISTER
|
||||
),
|
||||
mesh,
|
||||
(dimDensity * dimVelocity)
|
||||
@ -142,7 +142,7 @@ static bool calc_pTotal
|
||||
mesh,
|
||||
IOobject::NO_READ,
|
||||
IOobject::NO_WRITE,
|
||||
true
|
||||
IOobject::REGISTER
|
||||
),
|
||||
mesh,
|
||||
dimPressure
|
||||
|
||||
Reference in New Issue
Block a user