Fix up the code to eliminate warnings
This commit is contained in:
parent
4385ac4f9d
commit
19d418cd6a
9 changed files with 65 additions and 52 deletions
|
|
@ -607,7 +607,6 @@ double dnrm2 ( int n, double x[], int incx )
|
|||
double norm;
|
||||
double scale;
|
||||
double ssq;
|
||||
double value;
|
||||
|
||||
if ( n < 1 || incx < 1 )
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue