Fixing compile error

This commit is contained in:
Mark Berrill
2017-01-18 15:09:40 -05:00
parent 9260e0402f
commit 5329c1f659

View File

@@ -231,6 +231,9 @@ int main(int argc, char **argv)
if (rank==0) printf("Porosity=%f\n",porosity);
if (rank==0){
int xstart = xStart; // Is this correct?
int ystart = yStart;
int zstart = zStart;
//totalGlobal=(Nx-xstart)*(Ny-ystart)*(Nz-zstart);
countGlobal = 0;
for (k=zstart; k<zstart+nprocz*(nz-2); k++){