| 214 | this->DisableAllSelectionArrays(this->LagrangianDataArraySelection); |
| 215 | } |
| 216 | void EnableAllLagrangianArrays() |
| 217 | { |
| 218 | this->EnableAllSelectionArrays(this->LagrangianDataArraySelection); |
| 219 | } |
| 220 | |
| 221 | /** |
| 222 | * Get the PatchDataArraySelection object. |
nothing calls this directly
no test coverage detected