- bug fix in Simulate_NG

git-svn-id: https://www.dynare.org/svn/dynare/trunk@2918 ac1d8469-bf42-47a9-8791-bf33cf982152
time-shift
ferhat 2009-09-11 10:19:39 +00:00
parent 992370edff
commit e627f62441
1 changed files with 2 additions and 3 deletions

View File

@ -1418,7 +1418,6 @@ SparseMatrix::simulate_NG(int blck, int y_size, int it_, int y_kmin, int y_kmax,
} }
} }
u[b[row]] -= u[b[pivj]]*first_elem; u[b[row]] -= u[b[pivj]]*first_elem;
first = first->NZE_C_N;
} }
} }
double slowc_lbx = slowc, res1bx; double slowc_lbx = slowc, res1bx;