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

Function notEqual

applications/test/hexRef8/Test-hexRef8.C:51–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
50
51bool notEqual(const scalar s1, const scalar s2, const scalar tol)
52{
53 return mag(s1-s2) > tol;
54}
55
56
57// Main program:

Callers 1

mainFunction · 0.70

Calls 1

magClass · 0.50

Tested by

no test coverage detected