| 693 | return this->GetObjectArrayName(SIDE_SET, index); |
| 694 | } |
| 695 | int GetSideSetResultArrayStatus(const char* name) |
| 696 | { |
| 697 | return this->GetObjectArrayStatus(SIDE_SET, name); |
| 698 | } |
| 699 | void SetSideSetResultArrayStatus(const char* name, int flag) |
| 700 | { |
| 701 | this->SetObjectArrayStatus(SIDE_SET, name, flag); |
nothing calls this directly
no test coverage detected