Updated Domain::CommInit()

This commit is contained in:
James McClure
2014-06-25 22:31:12 -04:00
parent 0bfbeb9b9d
commit 1aa533f858

View File

@@ -490,8 +490,8 @@ void Domain::BlobComm(MPI_Comm Communicator){
Domain::getBlobConnections(){
BlobGraph(0,nblob) = rank of the connecting blob;
BlobGraph(1,nblob) = ID of the connecting blob;
// BlobGraph(0,nblob) = rank of the connecting blob;
// BlobGraph(1,nblob) = ID of the connecting blob;
}