We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
public
1 parent 4ef4fb0 commit c5c568bCopy full SHA for c5c568b
src/stdlib_linalg_state.fypp
@@ -44,7 +44,7 @@ module stdlib_linalg_state
44
!> `linalg_state` defines a state return type for a
45
!> linear algebra routine. State contains a status flag, a comment, and a
46
!> procedure specifier that can be used to mark where the error happened
47
- type,public :: linalg_state
+ type :: linalg_state
48
49
!> The current exit state
50
integer(ilp) :: state = LINALG_SUCCESS
0 commit comments