View on GitHub

IRAF Community Distribution

IRAF maintained by the community

Home | Installation | Packages | X11IRAF | PyRAF | Forum ↗

iraf-v216 · Code · Issues (50) · Pull requests (81)

iraf.net pull request #122

Limit number of finfo structs returned by KI_ZFINFO to MAX_ARGS

merge olebole merged 1 commit to iraf-community/iraf


olebole commented on 2017-12-13

p_arg is defined to have a length of MAX_ARGS (=13), and this is the maximum number of finfo structs that can be returned; even when zfinfo() returns LEN_FINFO values. To be flexible here when MAX_ARGS or LEN_FINFO is changed, we use the min() of these two.


Commits


Last updated on 2017-12-13