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

Function newline

src/conversion/ensight/file/ensightFile.C:259–265  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

257
258
259void Foam::ensightFile::newline()
260{
261 if (format() == IOstream::ASCII)
262 {
263 stdStream() << nl;
264 }
265}
266
267
268Foam::Ostream& Foam::ensightFile::writeUndef()

Callers 2

ensightFile.CFile · 0.85
ensightGeoFile.CFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected