|
GRASP
|
Functions/Subroutines | |
| program | ff2gr |
| subroutine | skip (i, line) |
| integer function | rdnum (I, line) |
| integer function | rdorb (i, line) |
| subroutine | grid (z, rr) |
| subroutine | spline (x, y, n, yp1, ypn, y2) |
| subroutine | splint (xa, ya, y2a, n, x, y) |
| program ff2gr | ( | ) |

| subroutine ff2gr::grid | ( | z, | |
| dimension(230) | rr | ||
| ) |


| integer function ff2gr::rdnum | ( | I, | |
| character*3 | line | ||
| ) |

| integer function ff2gr::rdorb | ( | i, | |
| character | line | ||
| ) |

| subroutine ff2gr::skip | ( | i, | |
| character | line | ||
| ) |


| subroutine ff2gr::spline | ( | double precision, dimension(n) | x, |
| double precision, dimension(n) | y, | ||
| integer | n, | ||
| double precision | yp1, | ||
| double precision | ypn, | ||
| double precision, dimension(n) | y2 | ||
| ) |

| subroutine ff2gr::splint | ( | double precision, dimension(n) | xa, |
| double precision, dimension(n) | ya, | ||
| double precision, dimension(n) | y2a, | ||
| integer | n, | ||
| double precision | x, | ||
| double precision | y | ||
| ) |

1.8.13