This commit is contained in:
James E McClure
2015-07-10 15:57:33 -04:00
parent 02a56b5b2b
commit c3e5b20d93

View File

@@ -320,6 +320,7 @@ int main(int argc, char **argv)
recvID_YZ = new char [Dm.recvCount_YZ];
recvID_XZ = new char [Dm.recvCount_XZ];
//......................................................................................
int sendtag,recvtag;
sendtag = recvtag = 7;
PackID(Dm.sendList_x, Dm.sendCount_x ,sendID_x, id);
PackID(Dm.sendList_X, Dm.sendCount_X ,sendID_X, id);