16 INTEGER,
PARAMETER :: out_eff=99
23 CHARACTER*(*) :: fichier
24 open(out_eff,file=fichier,status=
'unknown',form=
'formatted')
35 SUBROUTINE getparamr(TARGET,def_val,ret_val,comment)
44 CHARACTER*(*) :: target
47 CHARACTER*(*) :: comment
50 call
getin(
TARGET,ret_val)
52 write(out_eff,*)
'######################################'
53 write(out_eff,*)
'#### ',comment,
' #####'
54 write(out_eff,*)
TARGET,
'=',ret_val
58 SUBROUTINE getparami(TARGET,def_val,ret_val,comment)
67 CHARACTER*(*) :: target
70 CHARACTER*(*) :: comment
73 call
getin(
TARGET,ret_val)
75 write(out_eff,*)
'######################################'
76 write(out_eff,*)
'#### ',comment,
' #####'
77 write(out_eff,*) comment
78 write(out_eff,*)
TARGET,
'=',ret_val
82 SUBROUTINE getparaml(TARGET,def_val,ret_val,comment)
91 CHARACTER*(*) :: target
94 CHARACTER*(*) :: comment
97 call
getin(
TARGET,ret_val)
99 write(out_eff,*)
'######################################'
100 write(out_eff,*)
'#### ',comment,
' #####'
101 write(out_eff,*)
TARGET,
'=',ret_val