Go to the source code of this file.
Functions/Subroutines | |
| subroutine | INTERPOL_NPTS (HPROGRAM, KLUOUT, KNPTS, KCODE, PX, PY, PFIELD) |
| subroutine INTERPOL_NPTS | ( | CHARACTER(LEN=6), intent(in) | HPROGRAM, |
| INTEGER, intent(in) | KLUOUT, | ||
| INTEGER, intent(in) | KNPTS, | ||
| INTEGER, dimension(:), intent(inout) | KCODE, | ||
| REAL, dimension(:), intent(in) | PX, | ||
| REAL, dimension(:), intent(in) | PY, | ||
| REAL, dimension(:,:), intent(inout) | PFIELD | ||
| ) |
Definition at line 2 of file interpol_npts.F90.


1.8.0