debugging test/lb2_CMT_wia.cpp

This commit is contained in:
James E McClure 2014-05-06 19:26:41 -04:00
parent 80ec7b079d
commit bce1e59e94

View File

@ -257,7 +257,7 @@ int main(int argc, char **argv)
ComputePhi(ID, Phi, Den, N);
int timestep=0;
int timestepMax=0;
int timestepMax=5;
printf("# timesteps for the LBM = %i \n",timestepMax);
while (timestep < timestepMax){