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

This commit is contained in:
Andrew Heather
2017-02-10 13:56:42 +00:00
parent 77a3022c43
commit 7e20157d95
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ if (dictPath.size())
{
dictIO = IOobject
(
dictPath,
dictPath.expand(),
mesh,
IOobject::MUST_READ_IF_MODIFIED,
IOobject::NO_WRITE

View File

@ -20,7 +20,7 @@ if (dictPath.size())
{
dictIO = IOobject
(
dictPath,
dictPath.expand(),
runTime,
IOobject::MUST_READ_IF_MODIFIED,
IOobject::NO_WRITE