2 small bug fixes to load balancing

This commit is contained in:
Steven J. Plimpton
2018-07-11 15:55:16 -06:00
parent f288331874
commit b31f0245d0
4 changed files with 26 additions and 11 deletions

View File

@ -154,8 +154,6 @@ void FixStore::reset_global(int nrow_caller, int ncol_caller)
if (vecflag) memory->create(vstore,nrow,"fix/store:vstore");
else memory->create(astore,nrow,ncol,"fix/store:astore");
memory->create(rbuf,nrow*ncol+2,"fix/store:rbuf");
// printf("AAA HOW GET HERE\n");
}
/* ----------------------------------------------------------------------