905 |
|
"nbins_x", 'x', |
906 |
|
additional_error)) |
907 |
|
goto failure; |
908 |
< |
|
908 |
> |
|
909 |
|
break; |
910 |
|
case 'y': /* number of bins in y axis. */ |
911 |
|
|
1017 |
|
break; |
1018 |
|
|
1019 |
|
case 0: /* Long option with no short option */ |
1020 |
+ |
/* number of bins in z axis. */ |
1021 |
+ |
if (strcmp (long_options[option_index].name, "nbins_z") == 0) |
1022 |
+ |
{ |
1023 |
+ |
|
1024 |
+ |
if (update_arg( (void *)&(args_info->nbins_z_arg), |
1025 |
+ |
&(args_info->nbins_z_orig), &(args_info->nbins_z_given), |
1026 |
+ |
&(local_args_info.nbins_z_given), optarg, 0, "100", ARG_INT, |
1027 |
+ |
check_ambiguity, override, 0, 0, |
1028 |
+ |
"nbins_z", '-', |
1029 |
+ |
additional_error)) |
1030 |
+ |
goto failure; |
1031 |
+ |
|
1032 |
+ |
} |
1033 |
+ |
|
1034 |
+ |
|
1035 |
|
/* slab width (dz). */ |
1036 |
|
else if (strcmp (long_options[option_index].name, "dz") == 0) |
1037 |
|
{ |