| 739 | return this->GetObjectArrayStatus(ELEM_SET, name); |
| 740 | } |
| 741 | void SetElementSetResultArrayStatus(const char* name, int flag) |
| 742 | { |
| 743 | this->SetObjectArrayStatus(ELEM_SET, name, flag); |
| 744 | } |
| 745 | |
| 746 | /** |
| 747 | * Reset the user-specified parameters and flush internal arrays |
nothing calls this directly
no test coverage detected