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

Function readToNewline

src/conversion/meshReader/starcd/STARCDMeshReader.C:57–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55// * * * * * * * * * * * * Protected Member Functions * * * * * * * * * * * //
56
57void Foam::meshReaders::STARCD::readToNewline(IFstream& is)
58{
59 char ch = '\n';
60 do
61 {
62 (is).get(ch);
63 }
64 while ((is) && ch != '\n');
65}
66
67
68bool Foam::meshReaders::STARCD::readHeader(IFstream& is, word fileSignature)

Callers 2

readHeaderFunction · 0.85
readCellsFunction · 0.85

Calls 1

getMethod · 0.80

Tested by

no test coverage detected