------------------------------------------------------------------------------
| 2671 | |
| 2672 | //------------------------------------------------------------------------------ |
| 2673 | void EnSightDataSet::ReadOptionalValues(int numVals, int* array, std::string sectionName) |
| 2674 | { |
| 2675 | this->CheckForOptionalHeader(sectionName); |
| 2676 | this->GeometryFile.ReadArray(array, numVals); |
| 2677 | } |
| 2678 | |
| 2679 | //------------------------------------------------------------------------------ |
| 2680 | void EnSightDataSet::CheckForOptionalHeader(const std::string& sectionName) |
no test coverage detected