| 795 | |
| 796 | |
| 797 | void Element::onActivate() |
| 798 | { |
| 799 | static bool report_once = true; |
| 800 | if (report_once) |
| 801 | { |
| 802 | opserr << "onActivate not implemented for this element. classTag = " << this->getClassTag() << endln; |
| 803 | report_once = false; |
| 804 | } |
| 805 | } |
| 806 | |
| 807 | void Element::onDeactivate() |
| 808 | { static bool report_once = true; |