forked from lijiext/lammps
remove redundant call to broadcast r0
This commit is contained in:
parent
4fbf96a353
commit
400751f30f
|
@ -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);
|
||||
}
|
||||
|
||||
/* ----------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue