mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Corrected line lengths
This commit is contained in:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user