Skip to content
Snippets Groups Projects
Commit 79f68a5f authored by Marco Ratto's avatar Marco Ratto
Browse files

1) proper use of new nodecomposition option;

2) bug fix on variable list;
parent e01e9578
Branches
Tags
No related merge requests found
...@@ -28,4 +28,5 @@ function moments=compute_model_moments(dr,M_,options_) ...@@ -28,4 +28,5 @@ function moments=compute_model_moments(dr,M_,options_)
% You should have received a copy of the GNU General Public License % You should have received a copy of the GNU General Public License
% along with Dynare. If not, see <http://www.gnu.org/licenses/>. % along with Dynare. If not, see <http://www.gnu.org/licenses/>.
moments = th_autocovariances(dr,options_.varlist,M_,options_); [ivar,vartan,options_] = get_variables_list(options_,M_);
moments = th_autocovariances(dr,ivar,M_,options_,options_.nodecomposition);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment