multi-lable bug

This commit is contained in:
James E McClure
2018-06-30 21:15:39 -04:00
parent 591afddcdc
commit ce9717e29d

View File

@@ -213,7 +213,7 @@ void Domain::CommInit()
for (j=1; j<Ny-1; j++){
for (i=1; i<Nx-1; i++){
// Check the phase ID
if (id[k*Nx*Ny+j*Nx+i] != 0){
if (id[k*Nx*Ny+j*Nx+i] > 0){
// Counts for the six faces
if (i==1) sendCount_x++;
if (j==1) sendCount_y++;