| 150 | } |
| 151 | |
| 152 | int |
| 153 | NEESData::recvVector(int dataTag, int commitTag, |
| 154 | Vector &theVector, |
| 155 | ChannelAddress *theAddress) |
| 156 | { |
| 157 | opserr << "NEESData::recvVector(int dataTag, int commitTag, - should not be called\n"; |
| 158 | return -1; |
| 159 | } |
| 160 | |
| 161 | |
| 162 |