tem_sparta_type Derived Type

type, public :: tem_sparta_type


Contents

Source Code


Components

Type Visibility Attributes Name Initial
integer, public, allocatable :: send_index(:)
integer, public, allocatable :: recv_index(:)
integer, public, allocatable :: send_count(:)
integer, public, allocatable :: recv_count(:)
integer, public :: old_size = 0
integer, public :: new_size = 0

Source Code

  type tem_sparta_type
    integer, allocatable :: send_index(:)
    integer, allocatable :: recv_index(:)
    integer, allocatable :: send_count(:)
    integer, allocatable :: recv_count(:)

    integer :: old_size = 0
    integer :: new_size = 0
  end type tem_sparta_type