Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenFOAM/OpenFOAM-dev
/ operator()
Function
operator()
src/meshTools/algorithms/PointEdgeWave/PointEdgeWave.C:60–66 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
58
{}
59
60
void operator()(Type& x, const Type& y) const
61
{
62
if (!x.valid(td_) && y.valid(td_))
63
{
64
x = y;
65
}
66
}
67
};
68
}
69
Callers
nothing calls this directly
Calls
1
valid
Method · 0.45
Tested by
no test coverage detected