diff --git a/ComputingTasks.cc b/ComputingTasks.cc
index 1a4426208e9fdd3a987c5cb809e70fcf64d4586b..b3ee1f05225d085a7e42af1d72e57f9eade8393e 100644
--- a/ComputingTasks.cc
+++ b/ComputingTasks.cc
@@ -3171,7 +3171,7 @@ CalibSmootherStatement::writeOutput(ostream &output, const string &basename, boo
   symbol_list.writeOutput("var_list_", output);
   output << "options_.smoother = 1;" << endl;
   output << "options_.order = 1;" << endl;
-  output << "evaluate_smoother('calibration',var_list_,M_,oo_,options_,bayestopt_,estim_params_);" << endl;
+  output << "[oo_,options_,bayestopt_]=evaluate_smoother('calibration',var_list_,M_,oo_,options_,bayestopt_,estim_params_);" << endl;
 }
 
 ExtendedPathStatement::ExtendedPathStatement(const OptionsList &options_list_arg)