From 984066f81e96d2d280cb86ea30ec10a4ac4a040c Mon Sep 17 00:00:00 2001 From: Henry Weller Date: Mon, 30 Aug 2021 16:37:38 +0100 Subject: [PATCH] Corrected typos --- src/thermophysicalModels/specie/thermo/hConst/hConstThermo.H | 2 +- .../specie/transport/sutherland/sutherlandTransport.H | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/thermophysicalModels/specie/thermo/hConst/hConstThermo.H b/src/thermophysicalModels/specie/thermo/hConst/hConstThermo.H index 3f49a243b9..d9b05dbc48 100644 --- a/src/thermophysicalModels/specie/thermo/hConst/hConstThermo.H +++ b/src/thermophysicalModels/specie/thermo/hConst/hConstThermo.H @@ -83,7 +83,7 @@ inline hConstThermo operator* ); template -inline hConstThermo operator==== +inline hConstThermo operator== ( const hConstThermo&, const hConstThermo& diff --git a/src/thermophysicalModels/specie/transport/sutherland/sutherlandTransport.H b/src/thermophysicalModels/specie/transport/sutherland/sutherlandTransport.H index 188a5a18c9..e20e97b914 100644 --- a/src/thermophysicalModels/specie/transport/sutherland/sutherlandTransport.H +++ b/src/thermophysicalModels/specie/transport/sutherland/sutherlandTransport.H @@ -178,7 +178,7 @@ public: // Member Operators - inline void operator+===(const sutherlandTransport&); + inline void operator+=(const sutherlandTransport&); inline void operator*=(const scalar);