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_) if (printCoeffs_)
{ {
Info<< type() << "Coeffs" << nl Info<< type() << "Coeffs" << LESmodelProperties_ << endl;
<< LESmodelProperties_;
} }
} }

View File

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

View File

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

View File

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