From 1e35ccafbb976d6e9d92b29fc9cb20312929c7be Mon Sep 17 00:00:00 2001 From: Henry <Henry> Date: Mon, 25 Jul 2011 15:30:34 +0100 Subject: [PATCH] Corrected line lengths --- .../schemes/linearUpwind/linearUpwindV.H | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/finiteVolume/interpolation/surfaceInterpolation/schemes/linearUpwind/linearUpwindV.H b/src/finiteVolume/interpolation/surfaceInterpolation/schemes/linearUpwind/linearUpwindV.H index d97ea2cbb5a..ca0be6d3594 100644 --- a/src/finiteVolume/interpolation/surfaceInterpolation/schemes/linearUpwind/linearUpwindV.H +++ b/src/finiteVolume/interpolation/surfaceInterpolation/schemes/linearUpwind/linearUpwindV.H @@ -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; -- GitLab