Skip to content
Snippets Groups Projects
Commit 73339d49 authored by Vaggelis Papoutsis's avatar Vaggelis Papoutsis Committed by Andrew Heather
Browse files

STYLE: endl missing in the headerInfo of objectivePartialVolume

parent 6dbaeaba
Branches
Tags
1 merge request!400Adjoint: release candidate for v2012
......@@ -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;
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment