| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| integer, | public, | save | :: | nq | = | 7 | |
| procedure(interpolate), | public, | pointer | :: | interpolator | => | null() |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | nquality | |||
| real(kind=dp), | intent(in) | :: | x(*) | |||
| real(kind=dp), | intent(in) | :: | y(*) | |||
| integer, | intent(in) | :: | npts | |||
| real(kind=dp), | intent(in) | :: | r | |||
| real(kind=dp), | intent(out) | :: | val | |||
| logical, | intent(in) | :: | debug |
| Type | Intent | Optional | Attributes | Name | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
public subroutine func(nquality, x, y, npts, r, val, debug)Arguments
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| integer, | intent(in) | :: | nquality | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | npoly | |||
| real(kind=dp), | intent(in) | :: | xx(*) | |||
| real(kind=dp), | intent(in) | :: | yy(*) | |||
| integer, | intent(in) | :: | nn | |||
| real(kind=dp), | intent(in) | :: | r | |||
| real(kind=dp), | intent(out) | :: | val | |||
| logical, | intent(in) | :: | debug |