| 805 | } |
| 806 | |
| 807 | void Element::onDeactivate() |
| 808 | { static bool report_once = true; |
| 809 | if (report_once) |
| 810 | { |
| 811 | opserr << "onDeactivate not implemented for this element. classTag = " << this->getClassTag() << endln; |
| 812 | report_once = false; |
| 813 | } |
| 814 | } |
| 815 | |
| 816 | |
| 817 | bool Element::isActive() |