Skip to content
Snippets Groups Projects
Commit 68ce0337 authored by Andrew Heather's avatar Andrew Heather Committed by Mark OLESEN
Browse files

ENH: setSystem*Dictionary - expand file names to enable the use of

parent 1abcb4cd
No related merge requests found
......@@ -20,7 +20,7 @@ if (dictPath.size())
{
dictIO = IOobject
(
dictPath,
dictPath.expand(),
mesh,
IOobject::MUST_READ_IF_MODIFIED,
IOobject::NO_WRITE
......
......@@ -20,7 +20,7 @@ if (dictPath.size())
{
dictIO = IOobject
(
dictPath,
dictPath.expand(),
runTime,
IOobject::MUST_READ_IF_MODIFIED,
IOobject::NO_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