We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
operator(/=)
1 parent dbc843a commit 33c2de6Copy full SHA for 33c2de6
example/linalg/example_state1.f90
@@ -1,5 +1,6 @@
1
program example_state1
2
- use stdlib_linalg_state, only: linalg_state_type, LINALG_SUCCESS, LINALG_VALUE_ERROR
+ use stdlib_linalg_state, only: linalg_state_type, LINALG_SUCCESS, LINALG_VALUE_ERROR, &
3
+ operator(/=)
4
implicit none
5
type(linalg_state_type) :: err
6
0 commit comments