mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: Minor typo corrections
This commit is contained in:
@ -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"));
|
||||
|
||||
|
||||
@ -142,7 +142,7 @@ public:
|
||||
// Member Functions
|
||||
|
||||
//- Are angles in degrees?
|
||||
bool inDegrees() const;
|
||||
bool inDegrees() const;
|
||||
|
||||
//- Non-const access to inDegrees
|
||||
bool& inDegrees();
|
||||
|
||||
Reference in New Issue
Block a user