| 153 | |
| 154 | |
| 155 | void Foam::functionObjects::writeFile::writeTime(Ostream& os) const |
| 156 | { |
| 157 | os << setw(charWidth()) << fileObr_.time().timeName(); |
| 158 | } |
| 159 | |
| 160 | |
| 161 | // ************************************************************************* // |
no test coverage detected