| 518 | int GetNumberOfFaceBlockArrays() { return this->GetNumberOfObjects(FACE_BLOCK); } |
| 519 | const char* GetFaceBlockArrayName(int index) { return this->GetObjectName(FACE_BLOCK, index); } |
| 520 | int GetFaceBlockArrayStatus(const char* name) { return this->GetObjectStatus(FACE_BLOCK, name); } |
| 521 | void SetFaceBlockArrayStatus(const char* name, int flag) |
| 522 | { |
| 523 | this->SetObjectStatus(FACE_BLOCK, name, flag); |
nothing calls this directly
no test coverage detected