| 130 | } |
| 131 | |
| 132 | int |
| 133 | Parameter::addComponent(int tag, const char **argv, int argc) |
| 134 | { |
| 135 | opserr << "Parameter::addComponent() - failed\n"; |
| 136 | return -1; |
| 137 | } |
| 138 | |
| 139 | int |
| 140 | Parameter::addComponent(DomainComponent *parentObject, |
no test coverage detected