diff --git a/src/foam/coordinateSystems/cylindricalCS.H b/src/foam/coordinateSystems/cylindricalCS.H index 4722177de..c5a036b2f 100644 --- a/src/foam/coordinateSystems/cylindricalCS.H +++ b/src/foam/coordinateSystems/cylindricalCS.H @@ -153,7 +153,7 @@ public: //- Are angles in degrees? - bool inDegrees() const; + bool inDegrees() const; //- Non-const access to inDegrees bool& inDegrees(); diff --git a/src/foam/coordinateSystems/ellipticCylindricalCS.H b/src/foam/coordinateSystems/ellipticCylindricalCS.H index ab0c9de88..6efb8fe51 100644 --- a/src/foam/coordinateSystems/ellipticCylindricalCS.H +++ b/src/foam/coordinateSystems/ellipticCylindricalCS.H @@ -168,7 +168,7 @@ public: //- Are angles in degrees? - bool inDegrees() const; + bool inDegrees() const; //- Non-const access to inDegrees bool& inDegrees(); diff --git a/src/foam/coordinateSystems/parabolicCylindricalCS.H b/src/foam/coordinateSystems/parabolicCylindricalCS.H index 17e8c7a70..ceac77522 100644 --- a/src/foam/coordinateSystems/parabolicCylindricalCS.H +++ b/src/foam/coordinateSystems/parabolicCylindricalCS.H @@ -131,7 +131,7 @@ public: //- Are angles in degrees? - bool inDegrees() const; + bool inDegrees() const; //- Non-const access to inDegrees bool& inDegrees(); diff --git a/src/foam/coordinateSystems/sphericalCS.H b/src/foam/coordinateSystems/sphericalCS.H index 1215731e8..ab9d540b9 100644 --- a/src/foam/coordinateSystems/sphericalCS.H +++ b/src/foam/coordinateSystems/sphericalCS.H @@ -151,7 +151,7 @@ public: //- Are angles in degrees? - bool inDegrees() const; + bool inDegrees() const; //- Non-const access to inDegrees bool& inDegrees(); diff --git a/src/foam/coordinateSystems/toroidalCS.H b/src/foam/coordinateSystems/toroidalCS.H index f42baa465..d8c5acc63 100644 --- a/src/foam/coordinateSystems/toroidalCS.H +++ b/src/foam/coordinateSystems/toroidalCS.H @@ -130,7 +130,7 @@ public: //- Are angles in degrees? - bool inDegrees() const; + bool inDegrees() const; //- Non-const access to inDegrees bool& inDegrees();