diff options
Diffstat (limited to 'lib/Numeric/GSL/gsl-ode.c')
-rw-r--r-- | lib/Numeric/GSL/gsl-ode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Numeric/GSL/gsl-ode.c b/lib/Numeric/GSL/gsl-ode.c index 7386d10..3f2771b 100644 --- a/lib/Numeric/GSL/gsl-ode.c +++ b/lib/Numeric/GSL/gsl-ode.c | |||
@@ -148,7 +148,7 @@ int ode(int method, double h, double eps_abs, double eps_rel, | |||
148 | 148 | ||
149 | double* y = (double*)calloc(xin,sizeof(double)); | 149 | double* y = (double*)calloc(xin,sizeof(double)); |
150 | int i,j; | 150 | int i,j; |
151 | int status; | 151 | int status=0; |
152 | for(i=0; i< xin; i++) { | 152 | for(i=0; i< xin; i++) { |
153 | y[i] = xip[i]; | 153 | y[i] = xip[i]; |
154 | solp[i] = xip[i]; | 154 | solp[i] = xip[i]; |