Skip to content
Snippets Groups Projects
Commit e3e8cf2f authored by Tyson Littenberg's avatar Tyson Littenberg
Browse files

fix to initial temp spacing causing large var(logZ)

parent e5e38001
No related branches found
No related tags found
2 merge requests!173Polarization,!138Psd prior flag
......@@ -131,7 +131,7 @@ static void restart_sampler(struct Data *data, struct Chain *chain, struct Prior
for(ic=0; ic<chain->NC-1; ic++)
{
chain->temperature[ic] = pow(chain->dT[0],ic);
chain->temperature[ic] = pow(chain->dT[0],ic*ic);
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment