MCPcopy Create free account
hub / github.com/OpenFOAM/OpenFOAM-dev / equal

Method equal

src/meshTools/algorithms/PointEdgeWave/pointEdgePointI.H:300–307  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

298
299template<class TrackingData>
300inline 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 * * * * * * * * * * * * * //

Callers 2

FaceCellWave.CFile · 0.45
PointEdgeWave.CFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected