Corrected typos

This commit is contained in:
Henry Weller
2021-08-30 16:37:38 +01:00
parent 8dbbe122f1
commit 984066f81e
2 changed files with 2 additions and 2 deletions

View File

@ -83,7 +83,7 @@ inline hConstThermo<EquationOfState> operator*
);
template<class EquationOfState>
inline hConstThermo<EquationOfState> operator====
inline hConstThermo<EquationOfState> operator==
(
const hConstThermo<EquationOfState>&,
const hConstThermo<EquationOfState>&

View File

@ -178,7 +178,7 @@ public:
// Member Operators
inline void operator+===(const sutherlandTransport&);
inline void operator+=(const sutherlandTransport&);
inline void operator*=(const scalar);