Skip to content

Commit 5c2bbc5

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

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
@@ -166,7 +166,8 @@ contains
166166
if (present(m4)) then
167167

168168
if (size(m4, 1) /= p(4)) then
169-
err0 = linalg_state_type(this, LINALG_VALUE_ERROR, 'matrices m3=',shape(m3),', m4=',shape(m4),' have incompatible sizes')
169+
err0 = linalg_state_type(this, LINALG_VALUE_ERROR, 'matrices m3=',shape(m3), &
170+
', m4=',shape(m4),' have incompatible sizes')
170171
call linalg_error_handling(err0, err)
171172
allocate(res(0, 0))
172173
return

0 commit comments

Comments
 (0)