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 4b3c20a commit 422a3d0Copy full SHA for 422a3d0
example/linalg/example_state2.f90
@@ -4,7 +4,7 @@ program example_state2
4
!! 1) the different mechanisms that can be used to initialize the `linalg_state` variable providing
5
!! strings, scalars, or arrays, on input to it;
6
!! 2) `pure` setup of the error control
7
- use stdlib_linalg_state
+ use stdlib_linalg_state, only: linalg_state_type, LINALG_VALUE_ERROR, LINALG_SUCCESS
8
implicit none
9
integer :: info
10
type(linalg_state_type) :: err
0 commit comments