mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Thermodynamics: removed inline from friend template declarations
This commit is contained in:
@ -172,25 +172,25 @@ public:
|
||||
|
||||
// Friend operators
|
||||
|
||||
inline friend incompressiblePerfectGas operator+ <Specie>
|
||||
friend incompressiblePerfectGas operator+ <Specie>
|
||||
(
|
||||
const incompressiblePerfectGas&,
|
||||
const incompressiblePerfectGas&
|
||||
);
|
||||
|
||||
inline friend incompressiblePerfectGas operator- <Specie>
|
||||
friend incompressiblePerfectGas operator- <Specie>
|
||||
(
|
||||
const incompressiblePerfectGas&,
|
||||
const incompressiblePerfectGas&
|
||||
);
|
||||
|
||||
inline friend incompressiblePerfectGas operator* <Specie>
|
||||
friend incompressiblePerfectGas operator* <Specie>
|
||||
(
|
||||
const scalar s,
|
||||
const incompressiblePerfectGas&
|
||||
);
|
||||
|
||||
inline friend incompressiblePerfectGas operator== <Specie>
|
||||
friend incompressiblePerfectGas operator== <Specie>
|
||||
(
|
||||
const incompressiblePerfectGas&,
|
||||
const incompressiblePerfectGas&
|
||||
|
||||
@ -158,25 +158,25 @@ public:
|
||||
|
||||
// Friend operators
|
||||
|
||||
inline friend perfectGas operator+ <Specie>
|
||||
friend perfectGas operator+ <Specie>
|
||||
(
|
||||
const perfectGas&,
|
||||
const perfectGas&
|
||||
);
|
||||
|
||||
inline friend perfectGas operator- <Specie>
|
||||
friend perfectGas operator- <Specie>
|
||||
(
|
||||
const perfectGas&,
|
||||
const perfectGas&
|
||||
);
|
||||
|
||||
inline friend perfectGas operator* <Specie>
|
||||
friend perfectGas operator* <Specie>
|
||||
(
|
||||
const scalar s,
|
||||
const perfectGas&
|
||||
);
|
||||
|
||||
inline friend perfectGas operator== <Specie>
|
||||
friend perfectGas operator== <Specie>
|
||||
(
|
||||
const perfectGas&,
|
||||
const perfectGas&
|
||||
|
||||
@ -160,25 +160,25 @@ public:
|
||||
|
||||
// Friend operators
|
||||
|
||||
inline friend rhoConst operator+ <Specie>
|
||||
friend rhoConst operator+ <Specie>
|
||||
(
|
||||
const rhoConst&,
|
||||
const rhoConst&
|
||||
);
|
||||
|
||||
inline friend rhoConst operator- <Specie>
|
||||
friend rhoConst operator- <Specie>
|
||||
(
|
||||
const rhoConst&,
|
||||
const rhoConst&
|
||||
);
|
||||
|
||||
inline friend rhoConst operator* <Specie>
|
||||
friend rhoConst operator* <Specie>
|
||||
(
|
||||
const scalar s,
|
||||
const rhoConst&
|
||||
);
|
||||
|
||||
inline friend rhoConst operator== <Specie>
|
||||
friend rhoConst operator== <Specie>
|
||||
(
|
||||
const rhoConst&,
|
||||
const rhoConst&
|
||||
|
||||
Reference in New Issue
Block a user