- Incorrect type for variable map_idx_res (the variable with highest error)

time-shift
Ferhat Mihoubi 2010-09-17 11:37:02 +02:00 committed by Sébastien Villemot
parent 45137f1367
commit 0ecfc5eed9
1 changed files with 2 additions and 1 deletions

View File

@ -184,7 +184,8 @@ protected:
double *u, *y, *ya;
vector<double*> jac;
double *jcb;
double res1, res2, max_res, max_res_idx;
double res1, res2, max_res;
int max_res_idx;
double slowc, slowc_save, prev_slowc_save, markowitz_c;
int y_kmin, y_kmax, y_size, periods, y_decal;
int *index_vara, *index_equa;