BUG: fluxSummary - updated constructor for writeFile. Fixes #362

This commit is contained in:
Andrew Heather
2016-12-22 10:34:36 +00:00
parent 02ba3a2d44
commit 9e645179ad

View File

@ -795,7 +795,7 @@ Foam::functionObjects::fluxSummary::fluxSummary
) )
: :
fvMeshFunctionObject(name, runTime, dict), fvMeshFunctionObject(name, runTime, dict),
writeFile(obr_, name, typeName, dict), writeFile(obr_, name),
mode_(mdFaceZone), mode_(mdFaceZone),
scaleFactor_(1), scaleFactor_(1),
phiName_("phi"), phiName_("phi"),