Attempt to open file (or file.gz) relative to the case, and read FoamFile header
| 3217 | |
| 3218 | // Attempt to open file (or file.gz) relative to the case, and read FoamFile header |
| 3219 | bool OpenCaseFileOrGzip(const std::string& file) |
| 3220 | { |
| 3221 | return this->OpenFile(this->GetCasePath() + file); |
| 3222 | } |
| 3223 | |
| 3224 | void Close() { this->CloseFile(); } |
| 3225 |
nothing calls this directly
no test coverage detected