From e8f071b10639ae982ab07b73ce3e6c594ecf4a48 Mon Sep 17 00:00:00 2001 From: James E McClure Date: Tue, 6 May 2014 19:28:28 -0400 Subject: [PATCH] debugging test/lb2_CMT_wia.cpp --- tests/lb2_CMT_wia.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/lb2_CMT_wia.cpp b/tests/lb2_CMT_wia.cpp index 196abdb5..0bf8acb0 100644 --- a/tests/lb2_CMT_wia.cpp +++ b/tests/lb2_CMT_wia.cpp @@ -148,7 +148,7 @@ int main(int argc, char **argv) sprintf(LocalRestartFile,"%s%s","Solid.",LocalRankString); // Peaks of the standard normal distributions that approximate the data distribution - double beta = 0.9; + double beta = 0.5; short int *mu; short int *sigma; mu = new short int [NC]; @@ -257,7 +257,7 @@ int main(int argc, char **argv) ComputePhi(ID, Phi, Den, N); int timestep=0; - int timestepMax=5; + int timestepMax=15; printf("# timesteps for the LBM = %i \n",timestepMax); while (timestep < timestepMax){