| 972 | |
| 973 | |
| 974 | SectionRepres * |
| 975 | TclModelBuilder::getSectionRepres(int tag) |
| 976 | { |
| 977 | return OPS_getSectionRepres(tag); |
| 978 | //TaggedObject *mc = theSectionRepresents->getComponentPtr(tag); |
| 979 | //if (mc == 0) return 0; |
| 980 | //SectionRepres *result = (SectionRepres *)mc; |
| 981 | //return result; |
| 982 | } |
| 983 | |
| 984 | |
| 985 | // |
no test coverage detected