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

fix typo

parent 09255f2b
Branches exceptions
No related tags found
No related merge requests found
Pipeline #502 passed with warnings
function from(varargin) % --*-- Unitary tests --*--
% Copyright (C) 2014-2017 Dynare Team
% Copyright (C) 2014-2018 Dynare Team
%
% This file is part of Dynare.
%
......@@ -203,7 +203,7 @@ for i=1:number_of_variables
try
eval(sprintf('var = var.%s;',current_variable(idvar+1:end)))
catch
error(sprintf('dseries::from: Variable %s is not a member of dseries oject %s!', current_variable(idvar+1:end), current_variable_0))
error(sprintf('dseries::from: Variable %s is not a member of dseries object %s!', current_variable(idvar+1:end), current_variable_0))
end
end
if ~isdseries(var)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment