revert change that breaks gcc build

issue#70
Houtan Bastani 2013-11-05 18:21:05 +01:00
parent 74ad93e0f4
commit 6d6701aa50
1 changed files with 1 additions and 1 deletions

View File

@ -210,7 +210,7 @@ DynamicModel::writeModelEquationsOrdered_M(const string &dynamic_basename) const
ostringstream tmp_output, tmp1_output, global_output;
expr_t lhs = NULL, rhs = NULL;
BinaryOpNode *eq_node;
vector<ostringstream> Uf(symbol_table.endo_nbr());
ostringstream Uf[symbol_table.endo_nbr()];
map<expr_t, int> reference_count;
temporary_terms_t local_temporary_terms;
ofstream output;