Skip to content

Commit 422a3d0

Browse files
perazzjvdp1
andauthored
Update example/linalg/example_state2.f90
Co-authored-by: Jeremie Vandenplas <jeremie.vandenplas@gmail.com>
1 parent 4b3c20a commit 422a3d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/linalg/example_state2.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ program example_state2
44
!! 1) the different mechanisms that can be used to initialize the `linalg_state` variable providing
55
!! strings, scalars, or arrays, on input to it;
66
!! 2) `pure` setup of the error control
7-
use stdlib_linalg_state
7+
use stdlib_linalg_state, only: linalg_state_type, LINALG_VALUE_ERROR, LINALG_SUCCESS
88
implicit none
99
integer :: info
1010
type(linalg_state_type) :: err

0 commit comments

Comments
 (0)