Skip to content

Commit ab030c5

Browse files
perazzjvdp1
andauthored
Update src/stdlib_linalg_determinant.fypp
Co-authored-by: Jeremie Vandenplas <[email protected]>
1 parent 5c16ff8 commit ab030c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stdlib_linalg_determinant.fypp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ submodule (stdlib_linalg) stdlib_linalg_determinant
190190

191191
! Initialize a matrix temporary
192192
if (copy_a) then
193-
allocate(amat(m,n),source=a)
193+
allocate(amat, source=a)
194194
else
195195
amat => a
196196
endif

0 commit comments

Comments
 (0)