My Project
|
Public Attributes | |
character(len=4) | rqtype |
character(len=8) | psname |
integer, dimension(4) | oqi |
real, dimension(2) | oqr |
integer, dimension(:), pointer | ivtyp |
real, dimension(:), pointer | fac |
type(orqdat), pointer | nextorq |
Definition at line 254 of file swmod2.f90.
real, dimension(:), pointer outp_data::orqdat::fac |
Definition at line 260 of file swmod2.f90.
integer, dimension(:), pointer outp_data::orqdat::ivtyp |
Definition at line 259 of file swmod2.f90.
type(orqdat), pointer outp_data::orqdat::nextorq |
Definition at line 261 of file swmod2.f90.
integer, dimension(4) outp_data::orqdat::oqi |
Definition at line 257 of file swmod2.f90.
real, dimension(2) outp_data::orqdat::oqr |
Definition at line 258 of file swmod2.f90.
character (len=8) outp_data::orqdat::psname |
Definition at line 256 of file swmod2.f90.
character (len=4) outp_data::orqdat::rqtype |
Definition at line 255 of file swmod2.f90.