Skip to content
Snippets Groups Projects
Commit 8f9f866c authored by Henry Weller's avatar Henry Weller
Browse files

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
parent a7e41039
Branches
Tags
No related merge requests found
...@@ -55,7 +55,7 @@ Foam::objectRegistry::objectRegistry ...@@ -55,7 +55,7 @@ Foam::objectRegistry::objectRegistry
IOobject IOobject
( (
string::validate<word>(t.caseName()), string::validate<word>(t.caseName()),
"", t.path(),
t, t,
IOobject::NO_READ, IOobject::NO_READ,
IOobject::AUTO_WRITE, IOobject::AUTO_WRITE,
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment