Skip to content

Commit 31c98ae

Browse files
committed
remove col from the outer_product interface (thanks @ivan-pi)
1 parent cc33670 commit 31c98ae

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/stdlib_linalg.fypp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ module stdlib_linalg
7676
module function outer_product_${t1[0]}$${k1}$(u, v) result(res)
7777
${t1}$, intent(in) :: u(:), v(:)
7878
${t1}$ :: res(size(u),size(v))
79-
integer :: col
8079
end function outer_product_${t1[0]}$${k1}$
8180
#:endfor
8281
end interface outer_product

0 commit comments

Comments
 (0)