mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: writeFile - fileName was not set after last merge
This commit is contained in:
@ -160,6 +160,7 @@ Foam::functionObjects::writeFile::writeFile
|
||||
:
|
||||
fileObr_(obr),
|
||||
prefix_(prefix),
|
||||
fileName_(fileName),
|
||||
filePtr_(),
|
||||
writePrecision_(IOstream::defaultPrecision()),
|
||||
writeToFile_(true)
|
||||
|
||||
Reference in New Issue
Block a user