[bug-gsl] Minor issue in linalg/svd.c (2008-10-18)
|
From: |
Michael G Soyka <msoyka@...............> |
|
Subject: |
Minor issue in linalg/svd.c |
|
Date: |
Sat, 18 Oct 2008 11:14:07 -0400 |
|
To: |
bug-gsl@gnu.org |
In version 1.11 in the file linalg/svd.c, there are references to the
function gsl_coerce_double on lines 536 and 537.
Since there is a macro named GSL_COERCE_DBL in config.h, shouldn't that
be used instead?
Mike