| 172 | |
| 173 | |
| 174 | void Foam::meshWriters::STARCD::writeHeader(Ostream& os, const char* filetype) |
| 175 | { |
| 176 | os << "PROSTAR_" << filetype << nl |
| 177 | << 4000 |
| 178 | << " " << 0 |
| 179 | << " " << 0 |
| 180 | << " " << 0 |
| 181 | << " " << 0 |
| 182 | << " " << 0 |
| 183 | << " " << 0 |
| 184 | << " " << 0 |
| 185 | << endl; |
| 186 | } |
| 187 | |
| 188 | |
| 189 | void Foam::meshWriters::STARCD::writePoints(const fileName& prefix) const |
no outgoing calls
no test coverage detected