debugging test/lb2_CMT_wia.cpp

This commit is contained in:
James E McClure
2014-05-06 19:28:28 -04:00
parent bce1e59e94
commit e8f071b106

View File

@@ -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){