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

Function readUint

src/OpenFOAM/primitives/ints/uint/uintIO.C:31–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29// * * * * * * * * * * * * * * * IOstream Operators * * * * * * * * * * * * //
30
31unsigned int Foam::readUint(Istream& is)
32{
33 unsigned int val;
34 is >> val;
35
36 return val;
37}
38
39
40// ************************************************************************* //

Callers 1

readDictFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected