Skip to content

Commit 00c4461

Browse files
authored
Update src/stdlib_intrinsics_matmul.fypp
1 parent e71b9bb commit 00c4461

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/stdlib_intrinsics_matmul.fypp

+2-1
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,8 @@ contains
152152
if (present(m3)) then
153153

154154
if (size(m3, 1) /= p(3)) then
155-
err0 = linalg_state_type(this, LINALG_VALUE_ERROR, 'matrices m2=',shape(m2),', m3=',shape(m3),'have incompatible sizes')
155+
err0 = linalg_state_type(this, LINALG_VALUE_ERROR, 'matrices m2=',shape(m2), &
156+
', m3=',shape(m3),'have incompatible sizes')
156157
call linalg_error_handling(err0, err)
157158
allocate(res(0, 0))
158159
return

0 commit comments

Comments
 (0)