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

Function readBool

src/OpenFOAM/primitives/bools/bool/boolIO.C:60–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58
59
60bool Foam::readBool(Istream& is)
61{
62 bool b;
63 is >> b;
64
65 return b;
66}
67
68
69// ************************************************************************* //

Callers 15

createFields.HFile · 0.85
channelIndex.CFile · 0.85
mainFunction · 0.85
Gulder.CFile · 0.85
SCOPEXiEq.CFile · 0.85
distanceSurface.CFile · 0.85
liquidFilmThermo.CFile · 0.85
createPatchMeshFunction · 0.85
writeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected