We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0782e43 commit b9e7e67Copy full SHA for b9e7e67
src/stdlib_linalg_state.fypp
@@ -341,16 +341,13 @@ module stdlib_linalg_state
341
character(len=*),intent(inout) :: msg
342
character,optional,intent(in) :: prefix
343
344
- character(len=MSG_LENGTH) :: buffer
345
-
346
if (present(a)) then
347
select rank (v=>a)
348
rank (0)
349
call append (msg,v,prefix)
350
rank (1)
351
call appendv(msg,v)
352
rank default
353
- write (buffer,'(i0)') rank(v)
354
msg = trim(msg)//' <ERROR: INVALID RANK>'
355
356
end select
0 commit comments