remove redundant call to broadcast r0

This commit is contained in:
Axel Kohlmeyer 2019-06-11 19:09:23 -04:00 committed by GitHub
parent 4fbf96a353
commit 400751f30f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -522,7 +522,6 @@ void BondTable::bcast_table(Table *tb)
MPI_Bcast(&tb->fplo,1,MPI_DOUBLE,0,world);
MPI_Bcast(&tb->fphi,1,MPI_DOUBLE,0,world);
}
MPI_Bcast(&tb->r0,1,MPI_INT,0,world);
}
/* ----------------------------------------------------------------------