Unverified Commit 400751f3 authored by Axel Kohlmeyer's avatar Axel Kohlmeyer Committed by GitHub
Browse files

remove redundant call to broadcast r0

parent 4fbf96a3
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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);
}

/* ----------------------------------------------------------------------