STYLE: endl missing in the headerInfo of objectivePartialVolume

This commit is contained in:
Vaggelis Papoutsis
2020-12-02 21:10:45 +02:00
committed by Andrew Heather
parent 6dbaeaba50
commit 73339d4985

View File

@ -132,8 +132,8 @@ void objectivePartialVolume::update_dSdbMultiplier()
void objectivePartialVolume::addHeaderInfo() const
{
objFunctionFilePtr_()
<< setw(width_) << "VInit" << " "
<< setw(width_) << initVol_ << " ";
<< setw(width_) << "#VInit" << " "
<< setw(width_) << initVol_ << endl;
}