# | Line 25 | Line 25 | struct gengetopt_args_info | |
---|---|---|
25 | struct gengetopt_args_info | |
26 | { | |
27 | char * input_arg; /* input file name. */ | |
28 | < | int bandwidth_arg; /* The step detail for the potential grids - typically a power of 2 (default='16'). */ |
28 | > | int bandwidth_arg; /* The number of spherical harmonic l values - typically a power of 2 (default='8'). */ |
29 | ||
30 | int help_given ; /* Whether help was given. */ | |
31 | int version_given ; /* Whether version was given. */ |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |