From 61b3262d2c9faae78cf3cf6d07db6dcd84a7309a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Adjemian=20=28Charybdis=29?= Date: Fri, 28 Jun 2013 11:19:46 +0200 Subject: [PATCH] Removed output argument. --- matlab/evaluate_smoother.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matlab/evaluate_smoother.m b/matlab/evaluate_smoother.m index a828f5cf0..ddf65acfe 100644 --- a/matlab/evaluate_smoother.m +++ b/matlab/evaluate_smoother.m @@ -1,4 +1,4 @@ -function oo = evaluate_smoother(parameters,var_list) +function evaluate_smoother(parameters,var_list) % Evaluate the smoother at parameters. % % INPUTS