@@ -10,7 +10,7 @@ function print_info(info,noprint)
...
@@ -10,7 +10,7 @@ function print_info(info,noprint)
% SPECIAL REQUIREMENTS
% SPECIAL REQUIREMENTS
% none
% none
% Copyright (C) 2005-2012 Dynare Team
% Copyright (C) 2005-2013 Dynare Team
%
%
% This file is part of Dynare.
% This file is part of Dynare.
%
%
...
@@ -78,6 +78,8 @@ if ~noprint
...
@@ -78,6 +78,8 @@ if ~noprint
error('Some updated params are complex')
error('Some updated params are complex')
case24
case24
error('Some updated params contain NaN or Inf')
error('Some updated params contain NaN or Inf')
case25
error('The solution to the static equations is not a steady state of the dynamic model: verify that the equations tagged by [static] and [dynamic] are consistent')
UnaryOpNode::UnaryOpNode(DataTree &datatree_arg, UnaryOpcode op_code_arg, const expr_t arg_arg, int expectation_information_set_arg, int param1_symb_id_arg, int param2_symb_id_arg) :
UnaryOpNode::UnaryOpNode(DataTree &datatree_arg, UnaryOpcode op_code_arg, const expr_t arg_arg, int expectation_information_set_arg, int param1_symb_id_arg, int param2_symb_id_arg) :