Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
259
void Foam::ensightFile::newline()
260
{
261
if (format() == IOstream::ASCII)
262
{
263
stdStream() << nl;
264
}
265
}
266
267
268
Foam::Ostream& Foam::ensightFile::writeUndef()
Callers
2
ensightFile.C
File · 0.85
ensightGeoFile.C
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected