ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-3.0/src/applications/nanoRodBuilder/nanorodBuilderCmd.h
(Generate patch)

Comparing trunk/OOPSE-3.0/src/applications/nanoRodBuilder/nanorodBuilderCmd.h (file contents):
Revision 2164 by chuckv, Mon Apr 11 21:37:30 2005 UTC vs.
Revision 2215 by chuckv, Thu Apr 28 00:24:11 2005 UTC

# Line 1 | Line 1
1   /* nanorodBuilderCmd.h */
2  
3 < /* File autogenerated by gengetopt version 2.12  */
3 > /* File autogenerated by gengetopt version 2.13  */
4  
5   #ifndef NANORODBUILDERCMD_H
6   #define NANORODBUILDERCMD_H
# Line 29 | Line 29 | struct gengetopt_args_info
29    double length_arg;    /* length of nanorod in Angstroms.  */
30    double width_arg;     /* diameter  of nanorod in Angstroms.  */
31    double latticeCnst_arg;       /* lattice spacing in Angstrons for cubic lattice.  */
32 <  long genGeomview_arg; /* generate a geomview file with the object geometry.  */
33 <
32 >  int genGeomview_flag; /* generate a geomview file with the object geometry (default=off).  */
33 >  
34    int help_given ;      /* Whether help was given.  */
35    int version_given ;   /* Whether version was given.  */
36    int output_given ;    /* Whether output was given.  */
# Line 45 | Line 45 | int cmdline_parser2 (int argc, char * const *argv, str
45   } ;
46  
47   int cmdline_parser (int argc, char * const *argv, struct gengetopt_args_info *args_info);
48 < int cmdline_parser2 (int argc, char * const *argv, struct gengetopt_args_info *args_info, int override, int initialize);
48 > int cmdline_parser2 (int argc, char * const *argv, struct gengetopt_args_info *args_info, int override, int initialize, int check_required);
49  
50   void cmdline_parser_print_help(void);
51   void cmdline_parser_print_version(void);
# Line 53 | Line 53 | void cmdline_parser_free (struct gengetopt_args_info *
53   void cmdline_parser_init (struct gengetopt_args_info *args_info);
54   void cmdline_parser_free (struct gengetopt_args_info *args_info);
55  
56 + int cmdline_parser_required (struct gengetopt_args_info *args_info, const char *prog_name);
57 +
58 +
59   #ifdef __cplusplus
60   }
61   #endif /* __cplusplus */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines