Skip to content

Commit 79113da

Browse files
authored
Update src/stdlib_intrinsics_matmul.fypp
1 parent 5c2bbc5 commit 79113da

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
@@ -180,7 +180,8 @@ contains
180180
if (present(m5)) then
181181

182182
if (size(m5, 1) /= p(5)) then
183-
err0 = linalg_state_type(this, LINALG_VALUE_ERROR, 'matrices m4=',shape(m4),', m5=',shape(m5),' have incompatible sizes')
183+
err0 = linalg_state_type(this, LINALG_VALUE_ERROR, 'matrices m4=',shape(m4), &
184+
', m5=',shape(m5),' have incompatible sizes')
184185
call linalg_error_handling(err0, err)
185186
allocate(res(0, 0))
186187
return

0 commit comments

Comments
 (0)