Removed BC from tests/lbpm_sphere_pp.cpp

This commit is contained in:
James McClure 2014-11-08 19:30:14 -05:00
parent 038b3e9e88
commit b84a25e9e5

View File

@ -145,7 +145,6 @@ int main(int argc, char **argv)
int sum = 0;
double sum_local;
double iVol_global = 1.0/(1.0*(Nx-2)*(Ny-2)*(Nz-2)*nprocs);
if (pBC) iVol_global = 1.0/(1.0*(Nx-2)*nprocx*(Ny-2)*nprocy*((Nz-2)*nprocz-6));
double porosity, pore_vol;
//...........................................................................
DoubleArray SignDist(Nx,Ny,Nz);