continuous running of interpo_search_1d
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| double precision, | intent(in) | :: | x(:) |
gradual increasing array |
||
| double precision, | intent(in) | :: | point(:) |
searching points |
||
| integer, | intent(inout) | :: | i(size(point)) |
floor for each "point" |
||
| integer, | intent(in), | optional | :: | undeff |
In case of (x(1)>pointx), the value returned to i (default = 0) |
|
| logical, | intent(in), | optional | :: | stdopt |
Display debug messages. (default: .false. == No display) |