My Project
|
Go to the source code of this file.
Functions/Subroutines | |
subroutine | rdinit |
subroutine | nwline |
subroutine | inkeyw (KONT, CSTA) |
subroutine | inreal (NAAM, R, KONT, RSTA) |
subroutine | inintg (NAAM, IV, KONT, ISTA) |
subroutine | inlogc (NAAM, L, KONT, LSTA) |
subroutine | incstr (NAAM, C, KONT, CSTA) |
subroutine | inctim (IOPTIM, NAAM, RV, KONT, RSTA) |
subroutine | inintv (NAME, RVAR, KONT, RSTA) |
subroutine | leesel |
subroutine | getkar |
subroutine | putkar (LTEXT, KARR, JKAR) |
subroutine | upcase (CHARST) |
logical function | keywis (STRING) |
subroutine | wrnkey |
subroutine | ignore (STRING) |
subroutine getkar | ( | ) |
Definition at line 1643 of file ocpcre.f90.
subroutine ignore | ( | character, dimension(*) | STRING | ) |
Definition at line 2185 of file ocpcre.f90.
subroutine incstr | ( | character, dimension(*) | NAAM, |
character, dimension(*) | C, | ||
character, dimension(*) | KONT, | ||
character, dimension(*) | CSTA | ||
) |
Definition at line 777 of file ocpcre.f90.
subroutine inctim | ( | integer | IOPTIM, |
character, dimension(*) | NAAM, | ||
real | RV, | ||
character, dimension(*) | KONT, | ||
real | RSTA | ||
) |
Definition at line 899 of file ocpcre.f90.
subroutine inintg | ( | character, dimension(*) | NAAM, |
integer | IV, | ||
character, dimension(*) | KONT, | ||
integer | ISTA | ||
) |
Definition at line 525 of file ocpcre.f90.
subroutine inintv | ( | character, dimension(*) | NAME, |
real | RVAR, | ||
character, dimension(*) | KONT, | ||
real | RSTA | ||
) |
Definition at line 1056 of file ocpcre.f90.
subroutine inkeyw | ( | character, dimension(*) | KONT, |
character, dimension(*) | CSTA | ||
) |
Definition at line 243 of file ocpcre.f90.
subroutine inlogc | ( | character, dimension(*) | NAAM, |
logical | L, | ||
character, dimension(*) | KONT, | ||
logical | LSTA | ||
) |
Definition at line 653 of file ocpcre.f90.
subroutine inreal | ( | character, dimension(*) | NAAM, |
real | R, | ||
character, dimension(*) | KONT, | ||
real | RSTA | ||
) |
Definition at line 396 of file ocpcre.f90.
logical function keywis | ( | character, dimension(*) | STRING | ) |
Definition at line 1974 of file ocpcre.f90.
subroutine leesel | ( | ) |
Definition at line 1204 of file ocpcre.f90.
subroutine nwline | ( | ) |
Definition at line 128 of file ocpcre.f90.
subroutine putkar | ( | character, dimension(*) | LTEXT, |
character | KARR, | ||
integer | JKAR | ||
) |
Definition at line 1758 of file ocpcre.f90.
subroutine rdinit | ( | ) |
Definition at line 36 of file ocpcre.f90.
subroutine upcase | ( | character*(*) | CHARST | ) |
Definition at line 1863 of file ocpcre.f90.
subroutine wrnkey | ( | ) |
Definition at line 2092 of file ocpcre.f90.