mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: endl missing in the headerInfo of objectivePartialVolume
This commit is contained in:
committed by
Andrew Heather
parent
6dbaeaba50
commit
73339d4985
@ -132,8 +132,8 @@ void objectivePartialVolume::update_dSdbMultiplier()
|
|||||||
void objectivePartialVolume::addHeaderInfo() const
|
void objectivePartialVolume::addHeaderInfo() const
|
||||||
{
|
{
|
||||||
objFunctionFilePtr_()
|
objFunctionFilePtr_()
|
||||||
<< setw(width_) << "VInit" << " "
|
<< setw(width_) << "#VInit" << " "
|
||||||
<< setw(width_) << initVol_ << " ";
|
<< setw(width_) << initVol_ << endl;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user