COSMOS v7.655  COSMOSv7655
(AirShowerMC)
ranseeascii.f File Reference

Go to the source code of this file.

Functions/Subroutines

program __ranseeascii.f__
 
subroutine cgethes (from)
 

Function/Subroutine Documentation

◆ __ranseeascii.f__()

program __ranseeascii.f__ ( )

Definition at line 7 of file ranseeascii.f.

References c, cerrormsg(), cgethes(), false, i, klena(), ksplit(), p, toasciic(), toasciih(), toasciin(), and true.

7  integer num, cumnum, irevent(2), i, nr, ndev, withir, nev
nodes i
real(8), dimension(:,:,:,:), allocatable, save num
Definition: chook.f:40
integer, save nev
Definition: chook.f:11
Here is the call graph for this function:

◆ cgethes()

subroutine cgethes ( integer  from)

Definition at line 93 of file ranseeascii.f.

References o, toasciihe(), and toasciinp().

93  implicit none
94 #include "Zprivate.h"
95  integer from
96 !
97 
98  integer i
99 
100  read(from) np
101  if(copy) then
102  call toasciinp(np)
103  endif
104  do i = 1, np
105  read(from) o(i)
106  if(copy) then
107  call toasciihe(o(i))
108  endif
109  enddo
110 
nodes i
subroutine toasciinp(n)
Definition: asciiprint.f:51
subroutine toasciihe(he)
Definition: asciiprint.f:62
struct ob o[NpMax]
Definition: Zprivate.h:34
integer maxbin nregion c minsave drx2 ! drawing region real maxdep integer maxpos integer from
Definition: Zfit.h:15
Here is the call graph for this function: