Corrected line lengths

This commit is contained in:
Henry
2011-07-25 15:30:34 +01:00
parent ac44a98094
commit 1e35ccafbb

View File

@ -113,8 +113,11 @@ public:
{
if (!schemeData.eof())
{
IOWarningIn("linearUpwindV(const fvMesh&, Istream&)", schemeData)
<< "unexpected additional entries in stream." << nl
IOWarningIn
(
"linearUpwindV(const fvMesh&, Istream&)",
schemeData
) << "unexpected additional entries in stream." << nl
<< " Only the name of the gradient scheme in the"
" 'gradSchemes' dictionary should be specified."
<< endl;