From 8031f86270deec408ac9d04e32a3e2625a30e613 Mon Sep 17 00:00:00 2001 From: James McClure Date: Thu, 13 Aug 2015 10:32:42 -0400 Subject: [PATCH] removed print statement --- tests/lbpm_color_simulator.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/lbpm_color_simulator.cpp b/tests/lbpm_color_simulator.cpp index a7a9f19f..34be2b47 100644 --- a/tests/lbpm_color_simulator.cpp +++ b/tests/lbpm_color_simulator.cpp @@ -607,7 +607,7 @@ int main(int argc, char **argv) ComputePressureD3Q19(ID,f_even,f_odd,Pressure,Nx,Ny,Nz); ComputeVelocityD3Q19(ID,f_even,f_odd,Velocity,Nx,Ny,Nz); - if (BoundaryCondition==1 && Dm.kproc == 0){ + /* if (BoundaryCondition==1 && Dm.kproc == 0){ for (n=Nx*Ny; n<2*Nx*Ny; n++){ if (Dm.id[n]>0 && 3.0*Pressure[n] != din) printf("Inlet pBC error: %f != %f \n",3.0*Pressure[n],din); } @@ -618,7 +618,7 @@ int main(int argc, char **argv) if (Dm.id[n]>0 && 3.0*Pressure[n] != dout) printf("Outlet pBC error: %f != %f \n",3.0*Pressure[n],din); } } - + */ //........................................................................... // Copy the phase indicator field for the earlier timestep DeviceBarrier();