------------------------------------------------------------------------------
| 508 | |
| 509 | //------------------------------------------------------------------------------ |
| 510 | inline bool vtkPStructuredGridConnectivity::IsGridRemote(int gridID) |
| 511 | { |
| 512 | return (!this->IsGridLocal(gridID)); |
| 513 | } |
| 514 | |
| 515 | //------------------------------------------------------------------------------ |
| 516 | inline bool vtkPStructuredGridConnectivity::IsGridLocal(int gridID) |
no test coverage detected