diff --git a/src/finiteVolume/fields/fvPatchFields/derived/fan/fanFvPatchField.C b/src/finiteVolume/fields/fvPatchFields/derived/fan/fanFvPatchField.C index 775c0f1ced..6885bd7d4d 100644 --- a/src/finiteVolume/fields/fvPatchFields/derived/fan/fanFvPatchField.C +++ b/src/finiteVolume/fields/fvPatchFields/derived/fan/fanFvPatchField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2011-2012 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2011-2014 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -108,8 +108,8 @@ void Foam::fanFvPatchField::updateCoeffs() calcFanJump(); - // call fixedJump variant - uniformJump will overwrite the jump value - fixedJumpFvPatchField::updateCoeffs(); + // Call fixedJump variant - uniformJump will overwrite the jump value + fixedJumpFvPatchField::updateCoeffs(); }