My Project
|
Public Attributes | |
character(len=1) | pstype |
character(len=8) | psname |
integer, dimension(2) | opi |
real, dimension(5) | opr |
integer | mip |
real, dimension(:), pointer | xp |
real, dimension(:), pointer | yp |
real, dimension(:), pointer | xq |
real, dimension(:), pointer | yq |
type(opsdat), pointer | nextops |
Definition at line 240 of file swmod2.f90.
integer outp_data::opsdat::mip |
Definition at line 245 of file swmod2.f90.
type(opsdat), pointer outp_data::opsdat::nextops |
Definition at line 247 of file swmod2.f90.
integer, dimension(2) outp_data::opsdat::opi |
Definition at line 243 of file swmod2.f90.
real, dimension(5) outp_data::opsdat::opr |
Definition at line 244 of file swmod2.f90.
character (len=8) outp_data::opsdat::psname |
Definition at line 242 of file swmod2.f90.
character (len=1) outp_data::opsdat::pstype |
Definition at line 241 of file swmod2.f90.
real, dimension(:), pointer outp_data::opsdat::xp |
Definition at line 246 of file swmod2.f90.
real, dimension(:), pointer outp_data::opsdat::xq |
Definition at line 246 of file swmod2.f90.
real, dimension(:), pointer outp_data::opsdat::yp |
Definition at line 246 of file swmod2.f90.
real, dimension(:), pointer outp_data::opsdat::yq |
Definition at line 246 of file swmod2.f90.