From 1ab6aae56e3c81963e76ea73d60aaed52fcd13ba Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?St=C3=A9phane=20Adjemian=20=28Charybdis=29?=
 <stephane.adjemian@univ-lemans.fr>
Date: Sat, 3 Mar 2012 17:11:51 +0100
Subject: [PATCH] Fixed typo (number of observed variables).

---
 matlab/non_linear_dsge_likelihood.m | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/matlab/non_linear_dsge_likelihood.m b/matlab/non_linear_dsge_likelihood.m
index ae99feafc..dadbd07f8 100644
--- a/matlab/non_linear_dsge_likelihood.m
+++ b/matlab/non_linear_dsge_likelihood.m
@@ -145,7 +145,7 @@ trend_coeff     = [];
 cost_flag       = 1;
 
 % Set the number of observed variables
-nvobs = DynareDataset.info.vobs;
+nvobs = DynareDataset.info.nvobs;
 
 %------------------------------------------------------------------------------
 % 1. Get the structural parameters & define penalties
-- 
GitLab