| 197 | |
| 198 | template<class TrackingData> |
| 199 | inline void Foam::pointEdgePoint::leaveDomain |
| 200 | ( |
| 201 | const polyPatch& patch, |
| 202 | const label patchPointi, |
| 203 | const point& coord, |
| 204 | TrackingData& td |
| 205 | ) |
| 206 | { |
| 207 | origin_ -= coord; |
| 208 | } |
| 209 | |
| 210 | |
| 211 | template<class TrackingData> |
no outgoing calls
no test coverage detected