2 small bug fixes to load balancing
This commit is contained in:
@ -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");
|
||||
}
|
||||
|
||||
/* ----------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user