Added forward declaration of friend functions

This commit is contained in:
Henry Weller
2016-05-30 13:21:29 +01:00
parent b426585d25
commit 706ec804fd
47 changed files with 395 additions and 32 deletions

View File

@ -48,6 +48,14 @@ namespace Foam
class streamLineParticleCloud;
// Forward declaration of friend functions and operators
class streamLineParticle;
Ostream& operator<<(Ostream&, const streamLineParticle&);
/*---------------------------------------------------------------------------*\
Class streamLineParticle Declaration
\*---------------------------------------------------------------------------*/