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

Function parseInt

src/triSurface/triSurface/interfaces/AC3D/readAC.C:44–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42// * * * * * * * * * * * * * Private Member Functions * * * * * * * * * * * //
43
44static label parseInt(const string& str)
45{
46 IStringStream intStream(str);
47
48 label a;
49
50 intStream >> a;
51
52 return a;
53}
54
55
56static bool readCmd(IFstream& ACfile, string& cmd, string& args)

Callers 1

readACFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected