From c3aaa9b105a671d2159734063a30c8f44181aafc Mon Sep 17 00:00:00 2001
From: stepan <stepan@ac1d8469-bf42-47a9-8791-bf33cf982152>
Date: Wed, 6 Jan 2010 14:06:41 +0000
Subject: [PATCH] Added info vector as an output (needed to compute penalty for
 the smm objective function).

git-svn-id: https://www.dynare.org/svn/dynare/trunk@3308 ac1d8469-bf42-47a9-8791-bf33cf982152
---
 matlab/check.m | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/matlab/check.m b/matlab/check.m
index cc66dadd40..48c1ec4a08 100644
--- a/matlab/check.m
+++ b/matlab/check.m
@@ -1,4 +1,4 @@
-function result = check
+function [result,info] = check
 % function result = check
 % checks determinacy conditions by computing the eigenvalues
 %
-- 
GitLab