|
Oasis3 4.0.2
|
Private Member Functions | |
| subroutine | buildop_r4 (str, ex_topps, topp, nbops_max, missing_val, opps, scal, nbops) |
| subroutine | buildop_r8 (str, ex_topps, topp, nbops_max, missing_val, opps, scal, nbops) |
Definition at line 19 of file mathelp_psmile.F90.
| subroutine mathelp_psmile::buildop::buildop_r4 | ( | CHARACTER*80 | str, |
| CHARACTER*(*) | ex_topps, | ||
| CHARACTER*7 | topp, | ||
| INTEGER (kind=ip_intwp_p) | nbops_max, | ||
| REAL (kind=ip_single_p) | missing_val, | ||
| CHARACTER*7,dimension(nbops_max) | opps, | ||
| REAL (kind=ip_single_p),dimension(nbops_max) | scal, | ||
| INTEGER (kind=ip_intwp_p) | nbops | ||
| ) | [private] |
Definition at line 53 of file mathelp_psmile.F90.
| subroutine mathelp_psmile::buildop::buildop_r8 | ( | CHARACTER*80 | str, |
| CHARACTER*(*) | ex_topps, | ||
| CHARACTER*7 | topp, | ||
| INTEGER (kind=ip_intwp_p) | nbops_max, | ||
| REAL (kind=ip_double_p) | missing_val, | ||
| CHARACTER*7,dimension(nbops_max) | opps, | ||
| REAL (kind=ip_double_p),dimension(nbops_max) | scal, | ||
| INTEGER (kind=ip_intwp_p) | nbops | ||
| ) | [private] |
Definition at line 133 of file mathelp_psmile.F90.