ENH: noise models - enable the use of environment variables in input file names. Fixes #285

This commit is contained in:
Andrew Heather
2016-11-01 20:51:51 +00:00
parent b9d5e5bab1
commit 40ed1952c3
3 changed files with 9 additions and 4 deletions

View File

@ -116,7 +116,7 @@ int main(int argc, char *argv[])
(
IOobject
(
dictName,
dictName.expand(),
runTime,
IOobject::MUST_READ
)