Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
49
bool 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
main
Function · 0.70
Calls
1
mag
Class · 0.50
Tested by
no test coverage detected