This commit is contained in:
James E McClure 2015-07-09 20:37:24 -04:00
parent 6440222fb5
commit 6e3bde21fb

View File

@ -232,7 +232,7 @@ int main(int argc, char **argv)
printf("Process grid = %ix%ix%i \n", nprocx,nprocy,nprocz);
printf("Sub-domain size = %ix%ix%i \n", Nx,Ny,Nz);
printf("Physical domain size = %fx%fx%f \n",Lx,Ly,Lz);
printf("Micromodel depth = %i voxels" depth);
printf("Micromodel depth = %i voxels",depth);
}