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

Function if

src/dynamicMesh/meshCut/splitCell/splitCell.C:81–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79 return false;
80 }
81 else if (myParent->master() == this)
82 {
83 return true;
84 }
85 else if (myParent->slave() == this)
86 {
87 return false;

Calls

no outgoing calls

Tested by

no test coverage detected