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

Function notEqual

applications/test/fieldMapping/Test-fieldMapping.C:49–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

mainFunction · 0.70

Calls 1

magClass · 0.50

Tested by

no test coverage detected