Skip to content

Commit 9b52091

Browse files
perazzjvdp1
andauthored
Update example/linalg/example_state1.f90
Co-authored-by: Jeremie Vandenplas <[email protected]>
1 parent 00db324 commit 9b52091

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/linalg/example_state1.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
program example_state1
2-
use stdlib_linalg_state
2+
use stdlib_linalg_state, only: linalg_state_type, LINALG_SUCCESS, LINALG_VALUE_ERROR
33
implicit none
44
type(linalg_state_type) :: err
55

0 commit comments

Comments
 (0)