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

bug fix: skipline

parent 6edef09a
No related branches found
No related tags found
No related merge requests found
function skipline(n,fid) function skipline(n,fid)
% Copyright (C) 2013 Dynare Team % Copyright (C) 2013-2014 Dynare Team
% %
% This file is part of Dynare. % This file is part of Dynare.
% %
...@@ -22,7 +22,7 @@ if nargin<2 ...@@ -22,7 +22,7 @@ if nargin<2
end end
if nargin<1 if nargin<1
fid = 1; n = 1;
end end
if ~nargin || isequal(n,1) if ~nargin || isequal(n,1)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment