Skip to content

Commit 03128ba

Browse files
committed
fix *sdot interface
1 parent cb91e67 commit 03128ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/stdlib_linalg_blas.fypp

+2-2
Original file line numberDiff line numberDiff line change
@@ -1313,11 +1313,11 @@ module stdlib_linalg_blas
13131313
#:if WITH_QP
13141314
!! Provide a unique interface to accumulate double precision reals
13151315
!! into the highest available precision.
1316-
module procedure stdlib_xsdot
1316+
module procedure stdlib_qsdot
13171317
#:elif WITH_XDP
13181318
!! Provide a unique interface to accumulate double precision reals
13191319
!! into the highest available precision.
1320-
module procedure stdlib_qsdot
1320+
module procedure stdlib_xsdot
13211321
#:endif
13221322
end interface sdot
13231323

0 commit comments

Comments
 (0)