Skip to content

Commit 33c2de6

Browse files
committed
example_state1: import operator(/=)
1 parent dbc843a commit 33c2de6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

example/linalg/example_state1.f90

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
program example_state1
2-
use stdlib_linalg_state, only: linalg_state_type, LINALG_SUCCESS, LINALG_VALUE_ERROR
2+
use stdlib_linalg_state, only: linalg_state_type, LINALG_SUCCESS, LINALG_VALUE_ERROR, &
3+
operator(/=)
34
implicit none
45
type(linalg_state_type) :: err
56

0 commit comments

Comments
 (0)