| 141 | |
| 142 | |
| 143 | int |
| 144 | NEESData::sendVector(int dataTag, int commitTag, |
| 145 | const Vector &theVector, |
| 146 | ChannelAddress *theAddress) |
| 147 | { |
| 148 | opserr << "NEESData::sendVector(int dataTag, int commitTag, - should not be called\n"; |
| 149 | return -1; |
| 150 | } |
| 151 | |
| 152 | int |
| 153 | NEESData::recvVector(int dataTag, int commitTag, |