| 41 | } |
| 42 | |
| 43 | MPI_Comm* vtkMPICommunicatorOpaqueComm::GetHandle() |
| 44 | { |
| 45 | return this->Handle; |
| 46 | } |
| 47 | |
| 48 | //------------------------------------------------------------------------------ |
| 49 | // This MPI error handler basically does the same thing as the default error |
no outgoing calls
no test coverage detected