| 119 | |
| 120 | |
| 121 | int |
| 122 | NEESData::sendMatrix(int dataTag, int commitTag, |
| 123 | const Matrix &theMatrix, |
| 124 | ChannelAddress *theAddress) |
| 125 | { |
| 126 | opserr << "NEESData::sendMatrix(int dataTag, int commitTag, - should not be called\n"; |
| 127 | return -1; |
| 128 | } |
| 129 | |
| 130 | |
| 131 |
no outgoing calls
no test coverage detected