Added forward declaration of friend functions

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

View File

@ -49,6 +49,15 @@ namespace Foam
class polyPatch;
class polyMesh;
// Forward declaration of friend functions and operators
class externalPointEdgePoint;
Istream& operator>>(Istream&, externalPointEdgePoint&);
Ostream& operator<<(Ostream&, const externalPointEdgePoint&);
/*---------------------------------------------------------------------------*\
Class externalPointEdgePoint Declaration
\*---------------------------------------------------------------------------*/