We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f07655f commit 0ce2ed7Copy full SHA for 0ce2ed7
examples/example_primes.f90
@@ -53,7 +53,7 @@ subroutine fcn(m, n, x, fvec, iflag)
53
integer, intent(inout) :: iflag
54
real(wp), intent(in) :: x(n)
55
real(wp), intent(out) :: fvec(m)
56
- fvec(1) = iflag ! Suppress compiler warning:
+ fvec(1) = iflag ! Suppress compiler warning
57
fvec = data_y - expr(data_x, x)
58
end subroutine fcn
59
0 commit comments