Skip to content

Commit 7d2130a

Browse files
authored
Update src/stdlib_intrinsics_matmul.fypp
1 parent 5e3b588 commit 7d2130a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stdlib_intrinsics_matmul.fypp

+1-1
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ contains
164164
if (present(m4)) then
165165

166166
if (size(m4, 1) /= p(4)) then
167-
err0 = linalg_state_type(this, LINALG_VALUE_ERROR, 'matrices m3, m4 not of compatible sizes')
167+
err0 = linalg_state_type(this, LINALG_VALUE_ERROR, 'matrices m3=',shape(m3),', m4=',shape(m4),' have incompatible sizes')
168168
call linalg_error_handling(err0, err)
169169
allocate(res(0, 0))
170170
return

0 commit comments

Comments
 (0)