Yet Another eXchange Tool 0.11.3
Loading...
Searching...
No Matches
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_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 94 of file xt_core_f.f90.

Member Data Documentation

◆ size

integer(c_int) xt_pos_ext::size

Definition at line 95 of file xt_core_f.f90.

◆ start

integer(c_int) xt_pos_ext::start

Definition at line 95 of file xt_core_f.f90.


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