diff --git a/src/OpenFOAM/meshes/boundBox/boundBoxTemplates.C b/src/OpenFOAM/meshes/boundBox/boundBoxTemplates.C index 82eeb67a64..1ca2f9929d 100644 --- a/src/OpenFOAM/meshes/boundBox/boundBoxTemplates.C +++ b/src/OpenFOAM/meshes/boundBox/boundBoxTemplates.C @@ -30,7 +30,6 @@ License // * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * // - template Foam::boundBox::boundBox ( @@ -75,7 +74,6 @@ Foam::boundBox::boundBox // * * * * * * * * * * * * * * Member Functions * * * * * * * * * * * * * * // - template bool Foam::boundBox::contains ( diff --git a/src/turbulenceModels/incompressible/RAS/LaunderGibsonRSTM/LaunderGibsonRSTM.C b/src/turbulenceModels/incompressible/RAS/LaunderGibsonRSTM/LaunderGibsonRSTM.C index bdac848e51..3095d76a3f 100644 --- a/src/turbulenceModels/incompressible/RAS/LaunderGibsonRSTM/LaunderGibsonRSTM.C +++ b/src/turbulenceModels/incompressible/RAS/LaunderGibsonRSTM/LaunderGibsonRSTM.C @@ -390,7 +390,7 @@ void LaunderGibsonRSTM::correct() const volSymmTensorField reflect ( - C1Ref_*epsilon_/k_*R_ - C2Ref_*Clg2_*dev(P) + C1Ref_*epsilon_/k_*R_ - C2Ref_*Clg2_*dev(P) ); tmp REqn