functionObjects::histogram: Corrected data file header

Resolves bug report https://bugs.openfoam.org/view.php?id=4041
This commit is contained in:
Will Bainbridge
2023-12-15 11:25:14 +00:00
parent fa6e3fb706
commit 5cf2109eff

View File

@ -162,7 +162,7 @@ bool Foam::functionObjects::histogram::write()
file_.baseTimeDir(),
typeName,
coordSet(true, fieldName_, xBin),
field.name(),
"v/vTotal",
volFrac
);
}