debugging test/lb2_CMT_wia.cpp

This commit is contained in:
James E McClure 2014-05-06 19:31:57 -04:00
parent 848e5b1287
commit f4fd3d49d8

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.95;
double beta = 0.99;
short int *mu;
short int *sigma;
mu = new short int [NC];