mirror of
https://github.com/OpenFOAM/OpenFOAM-6.git
synced 2025-12-08 06:57:46 +00:00
objectRegistry: Set the path of the Time objectRegistry
Patch contributed by Bruno Santos Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=2030
This commit is contained in:
@ -55,7 +55,7 @@ Foam::objectRegistry::objectRegistry
|
||||
IOobject
|
||||
(
|
||||
string::validate<word>(t.caseName()),
|
||||
"",
|
||||
t.path(),
|
||||
t,
|
||||
IOobject::NO_READ,
|
||||
IOobject::AUTO_WRITE,
|
||||
|
||||
Reference in New Issue
Block a user