------------------------------------------------------------------------------
| 383 | |
| 384 | //------------------------------------------------------------------------------ |
| 385 | bool EnSightFile::OpenFile(bool isCaseFile /* = false*/) |
| 386 | { |
| 387 | return this->OpenFile(this->FileNamePattern, isCaseFile); |
| 388 | } |
| 389 | |
| 390 | //------------------------------------------------------------------------------ |
| 391 | // assumes that if you're trying to open the file, but it's already open, that you |
no test coverage detected