mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: setSystem*Dictionary - expand file names to enable the use of
This commit is contained in:
@ -20,7 +20,7 @@ if (dictPath.size())
|
|||||||
{
|
{
|
||||||
dictIO = IOobject
|
dictIO = IOobject
|
||||||
(
|
(
|
||||||
dictPath,
|
dictPath.expand(),
|
||||||
mesh,
|
mesh,
|
||||||
IOobject::MUST_READ_IF_MODIFIED,
|
IOobject::MUST_READ_IF_MODIFIED,
|
||||||
IOobject::NO_WRITE
|
IOobject::NO_WRITE
|
||||||
|
|||||||
@ -20,7 +20,7 @@ if (dictPath.size())
|
|||||||
{
|
{
|
||||||
dictIO = IOobject
|
dictIO = IOobject
|
||||||
(
|
(
|
||||||
dictPath,
|
dictPath.expand(),
|
||||||
runTime,
|
runTime,
|
||||||
IOobject::MUST_READ_IF_MODIFIED,
|
IOobject::MUST_READ_IF_MODIFIED,
|
||||||
IOobject::NO_WRITE
|
IOobject::NO_WRITE
|
||||||
|
|||||||
Reference in New Issue
Block a user