| 1 |  | /* DynamicPropsCmd.h */ | 
| 2 |  |  | 
| 3 | < | /* File autogenerated by gengetopt version 2.15  */ | 
| 3 | > | /* File autogenerated by gengetopt version 2.16  */ | 
| 4 |  |  | 
| 5 |  | #ifndef DYNAMICPROPSCMD_H | 
| 6 |  | #define DYNAMICPROPSCMD_H | 
| 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 | + | int actioncorr_given ;        /* Whether actioncorr was given.  */ | 
| 52 | + | int drcorr_given ;    /* Whether drcorr was given.  */ | 
| 53 |  |  | 
| 52 | – | char **inputs ; /* unamed options */ | 
| 53 | – | unsigned inputs_num ; /* unamed options number */ | 
| 54 |  | int dynamicProps_group_counter; /* counter for group dynamicProps */ | 
| 55 |  | } ; | 
| 56 |  |  |