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 00db324 commit 9b52091Copy full SHA for 9b52091
example/linalg/example_state1.f90
@@ -1,5 +1,5 @@
1
program example_state1
2
- use stdlib_linalg_state
+ use stdlib_linalg_state, only: linalg_state_type, LINALG_SUCCESS, LINALG_VALUE_ERROR
3
implicit none
4
type(linalg_state_type) :: err
5
0 commit comments