ENH: Updated header file documentation

This commit is contained in:
Andrew Heather
2017-03-21 09:40:35 +00:00
parent e9355df198
commit cbf793fca2
14 changed files with 21 additions and 18 deletions

View File

@ -95,8 +95,7 @@ public:
return ccmIndex != rhs.ccmIndex;
}
// IOstream Operators
//- Ostream Operator
friend Ostream& operator<<(Ostream& os, const ccmBoundaryInfo& entry)
{
os << "BoundaryFaces-" << entry.ccmIndex;
@ -107,7 +106,6 @@ public:
return os;
}
};