mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
functionObjects::volRegion: Cache integral properties for writeFileHeader
This commit is contained in:
@ -124,7 +124,7 @@ void Foam::functionObjects::writeFile::writeCommented
|
||||
) const
|
||||
{
|
||||
os << setw(1) << "#" << setw(1) << ' '
|
||||
<< setw(charWidth() - 2) << str.c_str();
|
||||
<< setf(ios_base::left) << setw(charWidth() - 2) << str.c_str();
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user