------------------------------------------------------------------------------ Note: includes guard against non-parallel calls
| 903 | //------------------------------------------------------------------------------ |
| 904 | // Note: includes guard against non-parallel calls |
| 905 | void vtkPOpenFOAMReader::BroadcastMetaData() |
| 906 | { |
| 907 | if (this->NumProcesses > 1) |
| 908 | { |
| 909 | this->Broadcast(this->Superclass::PatchDataArraySelection); |
| 910 | this->Broadcast(this->Superclass::CellDataArraySelection); |
| 911 | this->Broadcast(this->Superclass::PointDataArraySelection); |
| 912 | this->Broadcast(this->Superclass::LagrangianDataArraySelection); |
| 913 | } |
| 914 | } |
| 915 | |
| 916 | //------------------------------------------------------------------------------ |
| 917 | // Note: includes guard against non-parallel calls |
no test coverage detected