Yet Another eXchange Tool 0.11.4
|
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...
Public Attributes | |
integer(c_int) | start |
integer(c_int) | size |
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.
integer(c_int) xt_pos_ext::size |
Definition at line 95 of file xt_core_f.f90.
integer(c_int) xt_pos_ext::start |
Definition at line 95 of file xt_core_f.f90.