Skip to content

Commit 61851fc

Browse files
authored
Update src/stdlib_intrinsics_matmul.fypp
1 parent 7d2130a commit 61851fc

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
@@ -177,7 +177,7 @@ contains
177177
if (present(m5)) then
178178

179179
if (size(m5, 1) /= p(5)) then
180-
err0 = linalg_state_type(this, LINALG_VALUE_ERROR, 'matrices m4, m5 not of compatible sizes')
180+
err0 = linalg_state_type(this, LINALG_VALUE_ERROR, 'matrices m4=',shape(m4),', m5=',shape(m5),' have incompatible sizes')
181181
call linalg_error_handling(err0, err)
182182
allocate(res(0, 0))
183183
return

0 commit comments

Comments
 (0)