17    INTEGER, 
PARAMETER :: 
out_eff=99
 
   39   SUBROUTINE getparamr(TARGET,def_val,ret_val,comment)
 
   49     CHARACTER*(*) :: TARGET
 
   52     CHARACTER*(*) :: comment
 
   55     call getin(
TARGET,ret_val)
 
   58       write(
out_eff,*) 
'######################################' 
   59       write(
out_eff,*) 
'#### ',comment,
' #####' 
   60       write(
out_eff,*) 
TARGET,
'=',ret_val
 
   65   SUBROUTINE getparami(TARGET,def_val,ret_val,comment)
 
   75     CHARACTER*(*) :: TARGET
 
   78     CHARACTER*(*) :: comment
 
   81     call getin(
TARGET,ret_val)
 
   84       write(
out_eff,*) 
'######################################' 
   85       write(
out_eff,*) 
'#### ',comment,
' #####' 
   87       write(
out_eff,*) 
TARGET,
'=',ret_val
 
   92   SUBROUTINE getparaml(TARGET,def_val,ret_val,comment)
 
  102     CHARACTER*(*) :: TARGET
 
  105     CHARACTER*(*) :: comment
 
  108     call getin(
TARGET,ret_val)
 
  111       write(
out_eff,*) 
'######################################' 
  112       write(
out_eff,*) 
'#### ',comment,
' #####' 
  113       write(
out_eff,*) 
TARGET,
'=',ret_val
 
!$Header!integer nvarmx s s s fichier
 
subroutine ini_getparam(fichier)
 
subroutine, private getparaml(TARGET, def_val, ret_val, comment)
 
subroutine, private getparamr(TARGET, def_val, ret_val, comment)
 
integer, parameter out_eff
 
subroutine, private getparami(TARGET, def_val, ret_val, comment)