------------------------------------------------------------------------------
| 656 | |
| 657 | //------------------------------------------------------------------------------ |
| 658 | std::streampos EnSightFile::GetCurrentPosition() |
| 659 | { |
| 660 | return this->Stream->tellg(); |
| 661 | } |
| 662 | |
| 663 | //------------------------------------------------------------------------------ |
| 664 | int EnSightFile::GetCurrentOpenTimeStep() |
no outgoing calls
no test coverage detected