mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: use static call for regIOobject::store (#1507)
This commit is contained in:
@ -5,7 +5,7 @@
|
||||
\\ / A nd | www.openfoam.com
|
||||
\\/ M anipulation |
|
||||
-------------------------------------------------------------------------------
|
||||
Copyright (C) 2018-2020 OpenCFD Ltd.
|
||||
Copyright (C) 2018-2024 OpenCFD Ltd.
|
||||
-------------------------------------------------------------------------------
|
||||
License
|
||||
This file is part of OpenFOAM.
|
||||
@ -197,7 +197,7 @@ Foam::functionObjects::hydrostaticPressure::hydrostaticPressure
|
||||
mesh_
|
||||
);
|
||||
|
||||
mesh_.objectRegistry::store(ph_rghPtr);
|
||||
regIOobject::store(ph_rghPtr);
|
||||
|
||||
bool reInitialise = dict.getOrDefault("reInitialise", false);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user