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

Function writeTabbed

src/OpenFOAM/db/functionObjects/writeFile/writeFile.C:134–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132
133
134void Foam::functionObjects::writeFile::writeTabbed
135(
136 Ostream& os,
137 const string& str
138) const
139{
140 os << tab << setw(charWidth()) << str.c_str();
141}
142
143
144void Foam::functionObjects::writeFile::writeHeader

Callers 9

writeFileHeaderFunction · 0.85
writeFileHeaderFunction · 0.85
writeFileHeaderFunction · 0.85
writeFileHeaderFunction · 0.85
writeFileHeaderFunction · 0.85
writeFileHeaderFunction · 0.85

Calls 1

setwFunction · 0.85

Tested by

no test coverage detected