24 CHARACTER*(*) :: fichier
25 open(
out_eff,file=fichier,status=
'unknown',form=
'formatted')
36 SUBROUTINE getparamr(TARGET,def_val,ret_val,comment)
45 CHARACTER*(*) :: TARGET
48 CHARACTER*(*) :: comment
51 call getin(
TARGET,ret_val)
53 write(
out_eff,*)
'######################################'
54 write(
out_eff,*)
'#### ',comment,
' #####'
55 write(
out_eff,*)
TARGET,
'=',ret_val
59 SUBROUTINE getparami(TARGET,def_val,ret_val,comment)
68 CHARACTER*(*) :: TARGET
71 CHARACTER*(*) :: comment
74 call getin(
TARGET,ret_val)
76 write(
out_eff,*)
'######################################'
77 write(
out_eff,*)
'#### ',comment,
' #####'
79 write(
out_eff,*)
TARGET,
'=',ret_val
83 SUBROUTINE getparaml(TARGET,def_val,ret_val,comment)
92 CHARACTER*(*) :: TARGET
95 CHARACTER*(*) :: comment
98 call getin(
TARGET,ret_val)
100 write(
out_eff,*)
'######################################'
101 write(
out_eff,*)
'#### ',comment,
' #####'
102 write(
out_eff,*)
TARGET,
'=',ret_val
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)