| 223 | } |
| 224 | |
| 225 | void vtkMPIController::SetCommunicator(vtkMPICommunicator* comm) |
| 226 | { |
| 227 | this->InitializeCommunicator(comm); |
| 228 | this->InitializeRMICommunicator(); |
| 229 | } |
| 230 | |
| 231 | //------------------------------------------------------------------------------ |
| 232 | // Execute the method set as the SingleMethod. |
no test coverage detected