MCPcopy Create free account
hub / github.com/OpenSees/OpenSees / sendDomain

Method sendDomain

SRC/actor/channel/FileChannel.cpp:143–149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141
142
143int FileChannel::sendDomain( int commitTag, Domain * theDomain )
144{
145 if ( !theFile )
146 return -1;
147
148 return theDomain->sendSelf(commitTag, *this);
149}
150
151int FileChannel::recvDomain( int commitTag, Domain * theDomain )
152{

Callers

nothing calls this directly

Calls 1

sendSelfMethod · 0.45

Tested by

no test coverage detected