|
| 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 |
| |
| real, dimension(:), pointer outp_data::orqdat::fac |
| integer, dimension(:), pointer outp_data::orqdat::ivtyp |
| type(orqdat), pointer outp_data::orqdat::nextorq |
| integer, dimension(4) outp_data::orqdat::oqi |
| real, dimension(2) outp_data::orqdat::oqr |
| character (len=8) outp_data::orqdat::psname |
| character (len=4) outp_data::orqdat::rqtype |
The documentation for this type was generated from the following file: