minor formatting change

This commit is contained in:
andy
2008-06-18 18:29:48 +01:00
parent 84ee449391
commit 27d36c9e69
4 changed files with 4 additions and 8 deletions

View File

@ -45,8 +45,7 @@ void LESmodel::printCoeffs()
{
if (printCoeffs_)
{
Info<< type() << "Coeffs" << nl
<< LESmodelProperties_;
Info<< type() << "Coeffs" << LESmodelProperties_ << endl;
}
}

View File

@ -45,8 +45,7 @@ void LESmodel::printCoeffs()
{
if (printCoeffs_)
{
Info<< type() << "Coeffs" << nl
<< LESmodelProperties_;
Info<< type() << "Coeffs" << LESmodelProperties_ << endl;
}
}

View File

@ -47,8 +47,7 @@ void RASmodel::printCoeffs()
{
if (printCoeffs_)
{
Info<< type() << "Coeffs" << nl
<< RASmodelCoeffs_;
Info<< type() << "Coeffs" << RASmodelCoeffs_ << endl;
}
}

View File

@ -45,8 +45,7 @@ void RASmodel::printCoeffs()
{
if (printCoeffs_)
{
Info<< type() << "Coeffs" << nl
<< RASmodelCoeffs_;
Info<< type() << "Coeffs" << RASmodelCoeffs_ << endl;;
}
}