Skip to content
Snippets Groups Projects
Commit 35a2e7bf authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

Merge branch 'dsge_correlation' into 'master'

:bug: dsge_simulated_theoretical_correlation.m

See merge request !2315
parents 438a5cf7 48ac6c64
Branches
No related tags found
No related merge requests found
......@@ -35,8 +35,8 @@ function [nvar,vartan,CorrFileNumber] = dsge_simulated_theoretical_correlation(S
% You should have received a copy of the GNU General Public License
% along with Dynare. If not, see <https://www.gnu.org/licenses/>.
[ivar,vartan] = get_variables_list(options_, M_);
nvar = length(ivar);
[~,vartan] = get_variables_list(options_, M_);
% Get informations about the _posterior_draws files.
if strcmpi(type,'posterior')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment