| 132 | |
| 133 | |
| 134 | void 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 | |
| 144 | void Foam::functionObjects::writeFile::writeHeader |
no test coverage detected