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