Corrected typos
This commit is contained in:
@ -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>&
|
||||
|
||||
@ -178,7 +178,7 @@ public:
|
||||
|
||||
// Member Operators
|
||||
|
||||
inline void operator+===(const sutherlandTransport&);
|
||||
inline void operator+=(const sutherlandTransport&);
|
||||
inline void operator*=(const scalar);
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user