diff --git a/src/finiteVolume/interpolation/surfaceInterpolation/schemes/linearUpwind/linearUpwind.H b/src/finiteVolume/interpolation/surfaceInterpolation/schemes/linearUpwind/linearUpwind.H index 453603d287a78950353c577b3151d6974d71b44e..1ef0c000f7840e31c7b8cf9be542afcf8d11f83e 100644 --- a/src/finiteVolume/interpolation/surfaceInterpolation/schemes/linearUpwind/linearUpwind.H +++ b/src/finiteVolume/interpolation/surfaceInterpolation/schemes/linearUpwind/linearUpwind.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2011 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2011-2013 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -111,16 +111,7 @@ public: mesh.gradScheme(gradSchemeName_) ) ) - { - if (!schemeData.eof()) - { - IOWarningIn("linearUpwind(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; - } - } + {} //- Construct from faceFlux and Istream linearUpwind @@ -140,21 +131,7 @@ public: mesh.gradScheme(gradSchemeName_) ) ) - { - - if (!schemeData.eof()) - { - IOWarningIn - ( - "linearUpwind(const fvMesh&, " - "const surfaceScalarField& faceFlux, Istream&)", - schemeData - ) << "unexpected additional entries in stream." << nl - << " Only the name of the gradient scheme in the" - " 'gradSchemes' dictionary should be specified." - << endl; - } - } + {} // Member Functions diff --git a/src/finiteVolume/interpolation/surfaceInterpolation/schemes/linearUpwind/linearUpwindV.H b/src/finiteVolume/interpolation/surfaceInterpolation/schemes/linearUpwind/linearUpwindV.H index 862e79b812bcf8c091af5add10419d0071e7d7f9..88034a7de9cea44b04d3136ec251f780321dad5d 100644 --- a/src/finiteVolume/interpolation/surfaceInterpolation/schemes/linearUpwind/linearUpwindV.H +++ b/src/finiteVolume/interpolation/surfaceInterpolation/schemes/linearUpwind/linearUpwindV.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2011 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2011-2013 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -110,19 +110,7 @@ public: mesh.gradScheme(gradSchemeName_) ) ) - { - if (!schemeData.eof()) - { - 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; - } - } + {} //- Construct from faceFlux and Istream linearUpwindV @@ -142,20 +130,7 @@ public: mesh.gradScheme(gradSchemeName_) ) ) - { - if (!schemeData.eof()) - { - IOWarningIn - ( - "linearUpwindV(const fvMesh&, " - "const surfaceScalarField& faceFlux, Istream&)", - schemeData - ) << "unexpected additional entries in stream." << nl - << " Only the name of the gradient scheme in the" - " 'gradSchemes' dictionary should be specified." - << endl; - } - } + {} // Member Functions