lbpm_disc_pp: x is the direction of depth

This commit is contained in:
James E McClure 2015-07-10 11:24:30 -04:00
parent e17593677a
commit a976f4349e

View File

@ -290,7 +290,7 @@ int main(int argc, char **argv)
printf("************ \n");
}
if (nprocz > 1 && rank==0) printf("Disc packs are 2D -- are you sure you want nprocz > 1? \n");
if (nprocx > 1 && rank==0) printf("Disc packs are 2D -- are you sure you want nprocx > 1? \n");
//.......................................................................
SignedDistanceDiscPack(SignDist.get(),ndiscs,cx,cy,rad,Lx,Ly,Lz,Nx,Ny,Nz,
iproc,jproc,kproc,nprocx,nprocy,nprocz);