mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: noise models - enable the use of environment variables in input file names. Fixes #285
This commit is contained in:
@ -116,7 +116,7 @@ int main(int argc, char *argv[])
|
||||
(
|
||||
IOobject
|
||||
(
|
||||
dictName,
|
||||
dictName.expand(),
|
||||
runTime,
|
||||
IOobject::MUST_READ
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user