| 840 | |
| 841 | |
| 842 | SectionForceDeformation * |
| 843 | TclModelBuilder::getSection(int tag) |
| 844 | { |
| 845 | return OPS_getSectionForceDeformation(tag); |
| 846 | /* |
| 847 | TaggedObject *mc = theSections->getComponentPtr(tag); |
| 848 | if (mc == 0) |
| 849 | return 0; |
| 850 | |
| 851 | // do a cast and return |
| 852 | SectionForceDeformation *result = (SectionForceDeformation *)mc; |
| 853 | return result; |
| 854 | */ |
| 855 | } |
| 856 | |
| 857 | int |
| 858 | TclModelBuilder::addYS_EvolutionModel(YS_Evolution &theModel) |