|
Yet Another eXchange Tool
DO_NOT_EDIT_HERE
|
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...
Data Fields | |
| 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 91 of file xt_core_f.f90.
| integer(c_int) xt_core::xt_pos_ext::size |
Definition at line 92 of file xt_core_f.f90.
| integer(c_int) xt_core::xt_pos_ext::start |
Definition at line 92 of file xt_core_f.f90.
1.8.13