Skip to content

Commit c5c568b

Browse files
committed
remove multiple public statement
1 parent 4ef4fb0 commit c5c568b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stdlib_linalg_state.fypp

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ module stdlib_linalg_state
4444
!> `linalg_state` defines a state return type for a
4545
!> linear algebra routine. State contains a status flag, a comment, and a
4646
!> procedure specifier that can be used to mark where the error happened
47-
type,public :: linalg_state
47+
type :: linalg_state
4848

4949
!> The current exit state
5050
integer(ilp) :: state = LINALG_SUCCESS

0 commit comments

Comments
 (0)