We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a43dd0 commit 90bead4Copy full SHA for 90bead4
lib/node_modules/@stdlib/blas/base/zaxpy/src/zaxpy.f
@@ -61,7 +61,7 @@ subroutine zaxpy( N, alpha, x, strideX, y, strideY )
61
interface
62
subroutine dcabs1( z )
63
complex(kind=kind(0.0d0)) :: z
64
- end function dcabs1
+ end subroutine dcabs1
65
end interface
66
! ..
67
! Scalar arguments:
0 commit comments