Skip to content
Snippets Groups Projects
Verified Commit 2dbbf501 authored by Houtan Bastani's avatar Houtan Bastani
Browse files

fix typos

parent 709e1081
No related branches found
No related tags found
No related merge requests found
Pipeline #3469 failed
......@@ -24,7 +24,7 @@ mdbnomics_src_root = strrep(which('initialize_mdbnomics'), 'initialize_mdbnomics
p = {'subroutines'};
% Add missing routines if dynare is not in the path
if ~exist('contains','file')
if ~exist('contains','builtin')
p{end+1} = 'missing/contains';
end
......@@ -36,7 +36,7 @@ if ~exist('get_file_extension','file')
p{end+1} = 'missing/get_file_extension';
end
if ~exist('isint','file')
if ~exist('iscolumn','builtin')
p{end+1} = 'missing/iscolumn';
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment