Go to file
sebastien 8292da37c3 Fixes for ticket #57
preprocessor:
* add a field "M_.orig_endo_nbr" containing the nbr of endogenous before adding aux vars
* always provide "M_.aux_vars" (define it to "[]" when there is no aux var)
* rename "M_.aux_vars().orig_endo_index" to "M_.aux_vars().orig_index"

M-files:
* for commands which accept a list of variables (stoch_simul, osr, estimation, dynasave, dynatype, datatomfile), when no variable is given, use only the set of original endogenous (without aux vars) as the default
* when displaying the decision rule, when there is aux vars in the state variables, replace them by their original name (with the right lag)
* in "steady", don't display aux vars
* special exception for ramsey policy: all vars (including aux vars) are displayed, because the system of aux vars from ramsey policy is not compatible with the aux vars from the preprocessor


git-svn-id: https://www.dynare.org/svn/dynare/trunk@3166 ac1d8469-bf42-47a9-8791-bf33cf982152
2009-11-25 10:22:39 +00:00
macro Build system: fixes for creation of the tarball 2009-09-24 10:15:59 +00:00
BlockTriangular.cc - use of classes to describe the bytecode tags 2009-10-16 16:34:27 +00:00
BlockTriangular.hh - extension of normalization of equations to nonlinear equations 2009-08-25 09:43:01 +00:00
CodeInterpreter.hh Various minor changes for compatibility with MS Visual C++ and GCC 4.4 2009-10-30 16:29:16 +00:00
ComputingTasks.cc 4.1: removed preprocessor useless initialization of 2009-11-04 20:40:36 +00:00
ComputingTasks.hh preprocessor: fixed bug in "plot_conditional_forecast" 2009-10-22 14:42:12 +00:00
DataTree.cc preprocessor: 2009-11-09 15:13:47 +00:00
DataTree.hh preprocessor: 2009-11-09 15:13:47 +00:00
Doxyfile Updated Doxygen configuration file 2009-09-08 08:06:23 +00:00
DynamicModel.cc preprocessor: 2009-11-09 15:13:47 +00:00
DynamicModel.hh predetermined_variables: 2009-11-09 11:03:18 +00:00
DynareBison.yy preprocessor: 2009-11-09 15:13:47 +00:00
DynareFlex.ll implements predetermined_variables operator 2009-11-07 18:37:11 +00:00
DynareMain.cc * preprocessor: make optional the warnings about uninitialized parameters/endogenous/exogenous, added a new "warn_uninit" option to dynare command to display them 2009-11-06 18:31:03 +00:00
DynareMain2.cc * preprocessor: make optional the warnings about uninitialized parameters/endogenous/exogenous, added a new "warn_uninit" option to dynare command to display them 2009-11-06 18:31:03 +00:00
ExprNode.cc preprocessor: 2009-11-09 15:13:47 +00:00
ExprNode.hh preprocessor: 2009-11-09 15:13:47 +00:00
FlexLexer.h Build system: incorporate FlexLexer.h, so that one can compile on systems without flex 2009-09-17 16:02:55 +00:00
IncidenceMatrix.cc Preprocessor: various minor changes, including 2009-07-06 10:36:36 +00:00
IncidenceMatrix.hh - References to ModelNormalization erased 2009-06-05 15:30:32 +00:00
Makefile.am Build system: fixes for creation of the tarball 2009-09-24 10:15:59 +00:00
MinimumFeedbackSet.cc - extension of normalization of equations to nonlinear equations 2009-08-25 09:43:01 +00:00
MinimumFeedbackSet.hh - minor modifications in Reorder_the_recursive_variables prototype 2009-07-10 15:37:51 +00:00
ModFile.cc preprocessor: when there is no computing task, compute the hessian in the dynamic file 2009-11-12 17:01:26 +00:00
ModFile.hh * preprocessor: make optional the warnings about uninitialized parameters/endogenous/exogenous, added a new "warn_uninit" option to dynare command to display them 2009-11-06 18:31:03 +00:00
ModelTree.cc preprocessor: clean-up workaround for acosh(), asinh(), atanh() on Win 64 platforms 2009-10-29 17:16:10 +00:00
ModelTree.hh preprocessor: 2009-09-30 15:10:31 +00:00
NumericalConstants.cc trunk preprocessor: 2009-05-07 08:50:59 +00:00
NumericalConstants.hh trunk preprocessor: in NumericalConstants 2009-04-29 11:05:40 +00:00
NumericalInitialization.cc preprocessor: clean-up workaround for acosh(), asinh(), atanh() on Win 64 platforms 2009-10-29 17:16:10 +00:00
NumericalInitialization.hh preprocessor: clean-up workaround for acosh(), asinh(), atanh() on Win 64 platforms 2009-10-29 17:16:10 +00:00
ParsingDriver.cc predetermined_variables: 2009-11-09 11:03:18 +00:00
ParsingDriver.hh implements predetermined_variables operator 2009-11-07 18:37:11 +00:00
Shocks.cc preprocessor: clean-up workaround for acosh(), asinh(), atanh() on Win 64 platforms 2009-10-29 17:16:10 +00:00
Shocks.hh preprocessor: clean-up workaround for acosh(), asinh(), atanh() on Win 64 platforms 2009-10-29 17:16:10 +00:00
SigmaeInitialization.cc v4: changing name of preprocessor directory 2008-02-03 10:28:36 +00:00
SigmaeInitialization.hh trunk preprocessor: removed the include/ directory 2009-03-13 13:39:31 +00:00
Statement.cc preprocessor: clean-up workaround for acosh(), asinh(), atanh() on Win 64 platforms 2009-10-29 17:16:10 +00:00
Statement.hh preprocessor: clean-up workaround for acosh(), asinh(), atanh() on Win 64 platforms 2009-10-29 17:16:10 +00:00
StaticDllModel.cc - use of classes to describe the bytecode tags 2009-10-16 16:34:27 +00:00
StaticDllModel.hh preprocessor: 2009-09-30 15:10:31 +00:00
StaticModel.cc preprocessor: clean-up workaround for acosh(), asinh(), atanh() on Win 64 platforms 2009-10-29 17:16:10 +00:00
StaticModel.hh preprocessor: 2009-09-30 15:10:31 +00:00
SymbolList.cc v4: dropped Scilab support 2008-06-16 16:33:28 +00:00
SymbolList.hh trunk preprocessor: removed the include/ directory 2009-03-13 13:39:31 +00:00
SymbolTable.cc Fixes for ticket #57 2009-11-25 10:22:39 +00:00
SymbolTable.hh Fixes for ticket #57 2009-11-25 10:22:39 +00:00