Skip to content

Commit

Permalink
reenabling mc3 to work with MPI
Browse files Browse the repository at this point in the history
  • Loading branch information
jsigao committed Oct 25, 2019
1 parent 106a921 commit 938d286
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/analysis/mcmc/Mcmcmc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ void Mcmcmc::finishMonitors( size_t n_reps, MonteCarloAnalysisOptions::TraceComb
const Model& Mcmcmc::getModel( void ) const
{

return chains[0]->getModel();
return base_chain->getModel();
}


Expand Down

0 comments on commit 938d286

Please sign in to comment.