| 193 | return this->GetSelectionArrayStatus(this->LagrangianDataArraySelection, name); |
| 194 | } |
| 195 | void SetLagrangianArrayStatus(const char* name, int status) |
| 196 | { |
| 197 | this->SetSelectionArrayStatus(this->LagrangianDataArraySelection, name, status); |
| 198 | } |
| 199 | |
| 200 | /** |
| 201 | * Get the name of the Lagrangian array with the given index in |
nothing calls this directly
no test coverage detected