Yet Another eXchange Tool  0.9.0
Public Attributes | List of all members
xt_core::xt_pos_ext Type Reference

describes range of positions starting with start up to start + size - 1 i.e. [start,start+size) if size is positive and down to start + size + 1 i.e. (start+size,start] if size is negative More...

Collaboration diagram for xt_core::xt_pos_ext:

Public Attributes

integer(c_int) start
 
integer(c_int) size
 

Detailed Description

describes range of positions starting with start up to start + size - 1 i.e. [start,start+size) if size is positive and down to start + size + 1 i.e. (start+size,start] if size is negative

Definition at line 91 of file xt_core_f.f90.

Member Data Documentation

◆ size

integer(c_int) xt_core::xt_pos_ext::size

Definition at line 92 of file xt_core_f.f90.

◆ start

integer(c_int) xt_core::xt_pos_ext::start

Definition at line 92 of file xt_core_f.f90.


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