COSMOS v7.655
COSMOSv7655
(AirShowerMC)
|
Go to the source code of this file.
Functions/Subroutines | |
subroutine | creadsoftenpara (io) |
subroutine | cwritesoftenpara (io) |
subroutine | cskipsep (io) |
subroutine | creadparar (vvalue, x) |
subroutine | creadparar2 (vvalue, x, n) |
subroutine | creadparacx (vvalue, c) |
subroutine | creadparai (vvalue, i) |
subroutine | creadparac (vvalue, cha) |
subroutine | creadparal (vvalue, logi) |
subroutine | cwriteparar (io, vname, x) |
subroutine | cwriteparar2 (io, vname, x, n) |
subroutine | cwriteparacx (io, vname, c) |
subroutine | cwriteparai (io, vname, i) |
subroutine | cwriteparac (io, vname, cha) |
subroutine | cwriteparal (io, vname, logi) |
logical function | cgetparmn (io, vname, vv) |
Definition at line 165 of file creadSoftenPara.f.
References false, parameter(), and true.
Referenced by creadsoftenpara(), and softenpik::creadsoftenpara().
subroutine creadparac | ( | character*(*) | vvalue, |
character*(*) | cha | ||
) |
Definition at line 93 of file creadSoftenPara.f.
subroutine creadparacx | ( | character*(*) | vvalue, |
complex*8 | c | ||
) |
Definition at line 79 of file creadSoftenPara.f.
subroutine creadparai | ( | character*(*) | vvalue, |
integer | i | ||
) |
Definition at line 86 of file creadSoftenPara.f.
Referenced by creadsoftenpara(), and softenpik::creadsoftenpara().
subroutine creadparal | ( | character*(*) | vvalue, |
logical | logi | ||
) |
Definition at line 100 of file creadSoftenPara.f.
Referenced by creadsoftenpara(), and softenpik::creadsoftenpara().
subroutine creadparar | ( | character*(*) | vvalue, |
real*8 | x | ||
) |
Definition at line 61 of file creadSoftenPara.f.
Referenced by creadsoftenpara(), and softenpik::creadsoftenpara().
Definition at line 69 of file creadSoftenPara.f.
subroutine creadsoftenpara | ( | integer, intent(in) | io | ) |
Definition at line 2 of file creadSoftenPara.f.
References cgetparmn(), creadparai(), creadparal(), creadparar(), and cskipsep().
Referenced by softenpik::csoftenpik().
subroutine cskipsep | ( | integer | io | ) |
Definition at line 51 of file creadSoftenPara.f.
References true.
Referenced by creadsoftenpara(), and softenpik::creadsoftenpara().
subroutine cwriteparac | ( | integer | io, |
character*(*) | vname, | ||
character*(*) | cha | ||
) |
Definition at line 142 of file creadSoftenPara.f.
subroutine cwriteparacx | ( | integer | io, |
character*(*) | vname, | ||
complex*8 | c | ||
) |
Definition at line 125 of file creadSoftenPara.f.
Definition at line 133 of file creadSoftenPara.f.
Referenced by cwritesoftenpara(), and softenpik::cwritesoftenpara().
Definition at line 156 of file creadSoftenPara.f.
Referenced by cwritesoftenpara(), and softenpik::cwritesoftenpara().
Definition at line 107 of file creadSoftenPara.f.
Referenced by cwritesoftenpara(), and softenpik::cwritesoftenpara().
Definition at line 115 of file creadSoftenPara.f.
subroutine cwritesoftenpara | ( | integer, intent(in) | io | ) |
Definition at line 34 of file creadSoftenPara.f.
References cwriteparai(), cwriteparal(), and cwriteparar().
Referenced by softenpik::csoftenpik().