BUG: wallHeatFlux FO - corrected output of header info tofile. Fixes #435

This commit is contained in:
Andrew Heather
2017-03-21 13:23:52 +00:00
parent 15aec3649e
commit cf1df0542f

View File

@ -122,6 +122,8 @@ Foam::functionObjects::wallHeatFlux::wallHeatFlux
mesh_.objectRegistry::store(wallHeatFluxPtr);
read(dict);
writeFileHeader(file());
}