]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix what looks like an obvious typo. 9200/head
authorWolfgang Bangerth <bangerth@colostate.edu>
Mon, 30 Dec 2019 16:10:06 +0000 (09:10 -0700)
committerWolfgang Bangerth <bangerth@colostate.edu>
Mon, 30 Dec 2019 18:56:50 +0000 (11:56 -0700)
The BLAS_ZGER function is called a few lines below but doesn't have a
prototype/declaration.

bundled/umfpack/UMFPACK/Source/cholmod_blas.h

index 303769054c81e7af8560f5935e3e32e9e6b2316a..fba8a116ec545da537319fcc67aaaad85e192670 100644 (file)
@@ -432,7 +432,7 @@ void BLAS_DGER (BLAS_INT *m, BLAS_INT *n, double *alpha,
     } \
 }
 
-void BLAS_ZGERU (BLAS_INT *m, BLAS_INT *n, double *alpha,
+void BLAS_ZGER (BLAS_INT *m, BLAS_INT *n, double *alpha,
        double *X, BLAS_INT *incx, double *Y, BLAS_INT *incy,
        double *A, BLAS_INT *lda) ;
 

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.