Skip to content
Snippets Groups Projects
Commit 8ed7a4fe authored by Houtan Bastani's avatar Houtan Bastani Committed by Stéphane Adjemian
Browse files

fix typo

(cherry picked from commit f7d8164a)
parent cad90545
Branches
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ function o = exp_(o) % --*-- Unitary tests --*--
% OUTPUTS
% - o [dseries]
% Copyright (C) 2015-2017 Dynare Team
% Copyright (C) 2015-2018 Dynare Team
%
% This file is part of Dynare.
%
......@@ -31,7 +31,7 @@ for i=1:vobs(o)
if isempty(o.ops{i})
o.ops(i) = {['exp(' o.name{i} ')']};
else
o.ops(i) = {['exp(' o.ops{i} ')'];}
o.ops(i) = {['exp(' o.ops{i} ')']};
end
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment