From bcde59e646827394151c89996738db5d11d5ad41 Mon Sep 17 00:00:00 2001 From: Andrew Heather <a.heather@opencfd.co.uk> Date: Wed, 1 Mar 2017 10:53:18 +0000 Subject: [PATCH] STYLE: Minor typo corrections --- src/functionObjects/forces/forces/forces.C | 2 +- src/meshTools/coordinateSystems/cylindricalCS.H | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/functionObjects/forces/forces/forces.C b/src/functionObjects/forces/forces/forces.C index 97de38581f2..669fa94d850 100644 --- a/src/functionObjects/forces/forces/forces.C +++ b/src/functionObjects/forces/forces/forces.C @@ -353,7 +353,7 @@ Foam::functionObjects::forces::devRhoReff() const else if (foundObject<dictionary>("transportProperties")) { const dictionary& transportProperties = - lookupObject<dictionary>("transportProperties"); + lookupObject<dictionary>("transportProperties"); dimensionedScalar nu(transportProperties.lookup("nu")); diff --git a/src/meshTools/coordinateSystems/cylindricalCS.H b/src/meshTools/coordinateSystems/cylindricalCS.H index 16b46a72456..4504231caee 100644 --- a/src/meshTools/coordinateSystems/cylindricalCS.H +++ b/src/meshTools/coordinateSystems/cylindricalCS.H @@ -142,7 +142,7 @@ public: // Member Functions //- Are angles in degrees? - bool inDegrees() const; + bool inDegrees() const; //- Non-const access to inDegrees bool& inDegrees(); -- GitLab