Skip to content

Commit 4066365

Browse files
committed
fix optional interface
1 parent 758ab3a commit 4066365

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stdlib_linalg.fypp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1342,7 +1342,7 @@ contains
13421342

13431343
integer, intent(in) :: dim1
13441344
integer, intent(in), optional :: dim2
1345-
${t1}$, intent(in) #{if not 'int8' in t1}#, optional #{endif}#:: mold
1345+
${t1}$, intent(in) #{if 'int8' in t1}#, optional #{endif}#:: mold
13461346
${t1}$, allocatable :: result(:, :)
13471347

13481348
integer :: dim2_

0 commit comments

Comments
 (0)