From 3951c005139aae18ac9cd5f6ba5d2cdf54be620b Mon Sep 17 00:00:00 2001 From: Johannes Pfeifer Date: Thu, 6 Aug 2015 08:44:47 +0200 Subject: [PATCH] Save results of model_comparison to oo_ --- ComputingTasks.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ComputingTasks.cc b/ComputingTasks.cc index 28de2ee5..37a5cea1 100644 --- a/ComputingTasks.cc +++ b/ComputingTasks.cc @@ -1171,7 +1171,7 @@ ModelComparisonStatement::writeOutput(ostream &output, const string &basename, b output << "ModelNames_ = { ModelNames_{:} '" << (*it).first << "'};" << endl; output << "ModelPriors_ = [ ModelPriors_ ; " << (*it).second << "];" << endl; } - output << "model_comparison(ModelNames_,ModelPriors_,oo_,options_,M_.fname);" << endl; + output << "oo_ = model_comparison(ModelNames_,ModelPriors_,oo_,options_,M_.fname);" << endl; } PlannerObjectiveStatement::PlannerObjectiveStatement(StaticModel *model_tree_arg) :