# | Line 47 | Line 47 | struct gengetopt_args_info | |
---|---|---|
47 | int dcorr_given ; /* Whether dcorr was given. */ | |
48 | int lcorr_given ; /* Whether lcorr was given. */ | |
49 | int r_rcorr_given ; /* Whether r_rcorr was given. */ | |
50 | + | int thetacorr_given ; /* Whether thetacorr was given. */ |
51 | ||
52 | + | char **inputs ; /* unamed options */ |
53 | + | unsigned inputs_num ; /* unamed options number */ |
54 | int dynamicProps_group_counter; /* counter for group dynamicProps */ | |
55 | } ; | |
56 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |