| 593 | return this->GetObjectArrayName(ELEM_BLOCK, index); |
| 594 | } |
| 595 | int GetElementResultArrayStatus(const char* name) |
| 596 | { |
| 597 | return this->GetObjectArrayStatus(ELEM_BLOCK, name); |
| 598 | } |
| 599 | void SetElementResultArrayStatus(const char* name, int flag) |
| 600 | { |
| 601 | this->SetObjectArrayStatus(ELEM_BLOCK, name, flag); |
nothing calls this directly
no test coverage detected