| 2718 | //------------------------------------------------------------------------------ |
| 2719 | |
| 2720 | vtkUnstructuredGrid* vtkMPASReader::GetOutput() |
| 2721 | { |
| 2722 | return this->GetOutput(0); |
| 2723 | } |
| 2724 | |
| 2725 | //------------------------------------------------------------------------------ |
| 2726 | // Returns the output given an id. |