Skip to content

Commit dbc843a

Browse files
perazzjvdp1
andauthored
Update src/stdlib_linalg_state.fypp
Co-authored-by: Jeremie Vandenplas <jeremie.vandenplas@gmail.com>
1 parent 36b3f93 commit dbc843a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stdlib_linalg_state.fypp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ module stdlib_linalg_state
404404

405405
end subroutine append
406406

407-
! Append a generic vector to the error flag
407+
!> Append a generic vector to the error flag
408408
pure subroutine appendv(msg,a)
409409
class(*),intent(in) :: a(:)
410410
character(len=*),intent(inout) :: msg

0 commit comments

Comments
 (0)