STYLE: minor coding style changes

This commit is contained in:
andy
2012-09-20 10:15:20 +01:00
parent 4012ecfd66
commit 122114042a
2 changed files with 2 additions and 2 deletions

View File

@ -96,7 +96,7 @@ void Foam::fieldMinMax::calcMinMaxFields
}
fieldMinMaxFilePtr_()
<< token::TAB << maxValue << token::TAB << maxC;
<< token::TAB << maxValue << token::TAB << maxC;
if (Pstream::parRun())
{

View File

@ -110,7 +110,7 @@ void Foam::wallShearStress::calcShearStress
if (log_)
{
Info<< " min/max(" << pp.name() << ") = "
Info<< " min/max(" << pp.name() << ") = "
<< minSsp << ", " << maxSsp << endl;
}
}