diff options
Diffstat (limited to 'lib/Numeric/GSL/gsl-aux.c')
-rw-r--r-- | lib/Numeric/GSL/gsl-aux.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Numeric/GSL/gsl-aux.c b/lib/Numeric/GSL/gsl-aux.c index 9261f0c..0e2116c 100644 --- a/lib/Numeric/GSL/gsl-aux.c +++ b/lib/Numeric/GSL/gsl-aux.c | |||
@@ -709,4 +709,4 @@ int rootj(int method, int f(int, double*, int, double*), | |||
709 | } | 709 | } |
710 | gsl_multiroot_fdfsolver_free(s); | 710 | gsl_multiroot_fdfsolver_free(s); |
711 | OK | 711 | OK |
712 | } \ No newline at end of file | 712 | } |