------------------------------------------------------------------------------
| 2933 | |
| 2934 | //------------------------------------------------------------------------------ |
| 2935 | int vtkMPASReader::GetVerticalLevel() |
| 2936 | { |
| 2937 | return this->GetDimensionCurrentIndex(this->VerticalDimension); |
| 2938 | } |
| 2939 | |
| 2940 | //------------------------------------------------------------------------------ |
| 2941 | // Set center longitude for lat/lon projection |
no test coverage detected