getparam Module


Uses

    • IOIPSL
  • module~~getparam~2~~UsesGraph module~getparam~2 getparam IOIPSL IOIPSL module~getparam~2->IOIPSL

Used by

  • module~~getparam~2~~UsedByGraph module~getparam~2 getparam module~guide_loc_mod guide_loc_mod module~guide_loc_mod->module~getparam~2 proc~leapfrog_loc leapfrog_loc proc~leapfrog_loc->module~getparam~2 proc~leapfrog_loc->module~guide_loc_mod module~guide_mod guide_mod module~guide_mod->module~getparam~2 proc~leapfrog leapfrog proc~leapfrog->module~guide_mod

Contents


Variables

Type Visibility Attributes Name Initial
integer, public, parameter :: out_eff = 99

Interfaces

public interface getpar

  • private subroutine getparamr(TARGET, def_val, ret_val, comment)

    Arguments

    Type IntentOptional Attributes Name
    character(len=*) :: TARGET
    real :: def_val
    real :: ret_val
    character(len=*) :: comment
  • private subroutine getparami(TARGET, def_val, ret_val, comment)

    Arguments

    Type IntentOptional Attributes Name
    character(len=*) :: TARGET
    integer :: def_val
    integer :: ret_val
    character(len=*) :: comment
  • private subroutine getparaml(TARGET, def_val, ret_val, comment)

    Arguments

    Type IntentOptional Attributes Name
    character(len=*) :: TARGET
    logical :: def_val
    logical :: ret_val
    character(len=*) :: comment

Subroutines

public subroutine ini_getparam(fichier)

Arguments

Type IntentOptional Attributes Name
character(len=*) :: fichier

public subroutine fin_getparam()

Arguments

None