| 688 | } |
| 689 | |
| 690 | int GetNumberOfSideSetResultArrays() { return this->GetNumberOfObjectArrays(SIDE_SET); } |
| 691 | const char* GetSideSetResultArrayName(int index) |
| 692 | { |
| 693 | return this->GetObjectArrayName(SIDE_SET, index); |
nothing calls this directly
no test coverage detected