COSMOS v7.655  COSMOSv7655
(AirShowerMC)
testPrim.f
Go to the documentation of this file.
1  program testprim
2  implicit none
3  character*80 fn
4  call cerrormsg(
5  * 'Enter path to the primary data file(e.g; ../Data/prim.d)', 1)
6  read(*, '(a)') fn
7  call cinisprim(fn)
8  call cprintprim(5)
9  end
subroutine cerrormsg(msg, needrtn)
Definition: cerrorMsg.f:4
subroutine cprintprim(out)
Definition: cprintPrim.f:3
subroutine cinisprim(fn)
Definition: ciniSPrim.f:11
program testprim
Definition: testPrim.f:1