| 40 | // * * * * * * * * * * * * Protected Member Functions * * * * * * * * * * * // |
| 41 | |
| 42 | void Foam::functionObjects::writeFile::initStream(Ostream& os) const |
| 43 | { |
| 44 | os.setf(ios_base::scientific, ios_base::floatfield); |
| 45 | os.width(charWidth()); |
| 46 | } |
| 47 | |
| 48 | |
| 49 | Foam::fileName Foam::functionObjects::writeFile::baseFileDir() const |
no test coverage detected