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

Method equal

src/meshTools/regionSplit/minDataI.H:170–177  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

168
169template<class TrackingData>
170inline bool Foam::minData::equal
171(
172 const minData& rhs,
173 TrackingData& td
174) const
175{
176 return operator==(rhs);
177}
178
179
180// * * * * * * * * * * * * * * * Member Operators * * * * * * * * * * * * * //

Callers 4

Time.CFile · 0.45
instant.CFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected