| 952 | } |
| 953 | |
| 954 | int |
| 955 | LoadPattern::addMotion(GroundMotion &theMotion, int tag) |
| 956 | { |
| 957 | opserr << "LoadPattern::addMotion() - cannot add GroundMotion - use MultiSupport Pattern instead\n"; |
| 958 | return -1; |
| 959 | } |
| 960 | |
| 961 | GroundMotion * |
| 962 | LoadPattern::getMotion(int tag) |
no outgoing calls
no test coverage detected