COSMOS v7.655
COSMOSv7655
(AirShowerMC)
cwriteParam.f
Go to the documentation of this file.
1
! To write parameters on the error output
2
!
3
subroutine
cwriteparam
(io, force)
4
use
modefield
5
use
modmcsparam
6
implicit none
7
#include "ZincForNameL.h"
8
integer
io
! input. output logical dev. #. ErrorOut --> stderr
9
integer
force
! input. if non zero, Hidden parameters are written.
10
! hidden ones are also written when Hidden=T
11
12
write
(io,
param
)
13
if
(hidden .or. force .ne. 0 )
then
14
write
(io, hparam)
15
endif
16
end
cwriteparam
subroutine cwriteparam(io, force)
Definition:
cwriteParam.f:4
param
integer maxbin nregion c minsave drx2 ! drawing region real maxdep integer maxpos integer op real x1h common Zfitc * param
Definition:
Zfit.h:15
modefield
Definition:
cEfield0.f:1
Manager
cwriteParam.f
Generated by
1.8.13