Go to the source code of this file.
|
subroutine | zero (x1, y1, x2, y2, func, err, x, y, izero, ll) |
|
subroutine zero |
( |
real(r8), intent(inout) |
x1, |
|
|
real(r8), intent(inout) |
y1, |
|
|
real(r8), intent(inout) |
x2, |
|
|
real(r8), intent(inout) |
y2, |
|
|
real(r8), external |
func, |
|
|
real(r8), intent(in) |
err, |
|
|
real(r8), intent(out) |
x, |
|
|
real(r8), intent(out) |
y, |
|
|
integer(itm_i4), intent(out) |
izero, |
|
|
integer(itm_i4), intent(in) |
ll |
|
) |
| |