Allows to compute the extended path and the conditional forecasts with bytecode

issue#70
ferhat 2015-09-22 12:45:27 +02:00
parent 294cf81d8b
commit 98c185cf84
1 changed files with 10 additions and 0 deletions

View File

@ -1531,6 +1531,16 @@ public:
{
return nb_col_other_endo_jacob;
};
inline vector<int>
get_endogenous()
{
return variable;
}
inline vector<unsigned int>
get_exogenous()
{
return exogenous;
}
inline void
write(ostream &CompileCode, unsigned int &instruction_number)
{