diff options
Diffstat (limited to 'CBLAS/src/cblas_srotmg.c')
-rw-r--r-- | CBLAS/src/cblas_srotmg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CBLAS/src/cblas_srotmg.c b/CBLAS/src/cblas_srotmg.c index 04f978b4..1d84054a 100644 --- a/CBLAS/src/cblas_srotmg.c +++ b/CBLAS/src/cblas_srotmg.c @@ -8,7 +8,7 @@ */ #include "cblas.h" #include "cblas_f77.h" -void cblas_srotmg( float *d1, float *d2, float *b1, +void cblas_srotmg( float *d1, float *d2, float *b1, const float b2, float *p) { F77_srotmg(d1,d2,b1,&b2,p); |