| 244 | } |
| 245 | |
| 246 | SectionForceDeformation* |
| 247 | FiberSection::getCopy(void) |
| 248 | { |
| 249 | FiberSection *theCopy = new FiberSection (this->getTag(), numFibers, theFibers); |
| 250 | |
| 251 | *(theCopy->eCommit) = *eCommit; |
| 252 | |
| 253 | return theCopy; |
| 254 | } |
| 255 | |
| 256 | const ID& |
| 257 | FiberSection::getType () |