| 298 | |
| 299 | template<class TrackingData> |
| 300 | inline bool Foam::pointEdgePoint::equal |
| 301 | ( |
| 302 | const pointEdgePoint& rhs, |
| 303 | TrackingData& td |
| 304 | ) const |
| 305 | { |
| 306 | return operator==(rhs); |
| 307 | } |
| 308 | |
| 309 | |
| 310 | // * * * * * * * * * * * * * * * Member Operators * * * * * * * * * * * * * // |
no outgoing calls
no test coverage detected