My Project
Public Attributes | List of all members
mod_types::comm Type Reference

Public Attributes

integer nsnd
 
integer nrcv
 
integer rcpt
 
integer, dimension(:), pointer sndp
 
integer, dimension(:), pointer rcvp
 
real(sp), dimension(:), pointer mltp
 

Detailed Description

Definition at line 53 of file mod_types.f90.

Member Data Documentation

◆ mltp

real(sp), dimension(:), pointer mod_types::comm::mltp

Definition at line 67 of file mod_types.f90.

67  REAL(SP), POINTER, DIMENSION(:) :: MLTP

◆ nrcv

integer mod_types::comm::nrcv

Definition at line 65 of file mod_types.f90.

◆ nsnd

integer mod_types::comm::nsnd

Definition at line 65 of file mod_types.f90.

65  INTEGER NSND,NRCV,RCPT

◆ rcpt

integer mod_types::comm::rcpt

Definition at line 65 of file mod_types.f90.

◆ rcvp

integer, dimension(:), pointer mod_types::comm::rcvp

Definition at line 66 of file mod_types.f90.

◆ sndp

integer, dimension(:), pointer mod_types::comm::sndp

Definition at line 66 of file mod_types.f90.

66  INTEGER, POINTER, DIMENSION(:) :: SNDP,RCVP

The documentation for this type was generated from the following file: