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())
|
if (!schemeData.eof())
|
||||||
{
|
{
|
||||||
IOWarningIn("linearUpwindV(const fvMesh&, Istream&)", schemeData)
|
IOWarningIn
|
||||||
<< "unexpected additional entries in stream." << nl
|
(
|
||||||
|
"linearUpwindV(const fvMesh&, Istream&)",
|
||||||
|
schemeData
|
||||||
|
) << "unexpected additional entries in stream." << nl
|
||||||
<< " Only the name of the gradient scheme in the"
|
<< " Only the name of the gradient scheme in the"
|
||||||
" 'gradSchemes' dictionary should be specified."
|
" 'gradSchemes' dictionary should be specified."
|
||||||
<< endl;
|
<< endl;
|
||||||
|
|||||||
Reference in New Issue
Block a user