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

Comparing trunk/OOPSE-4/src/applications/hydrodynamics/HydroCmd.h (file contents):
Revision 2634 by tim, Fri Mar 17 23:20:35 2006 UTC vs.
Revision 2675 by tim, Wed Mar 29 18:09:26 2006 UTC

# Line 27 | Line 27 | struct gengetopt_args_info
27    char * input_arg;     /* input dump file.  */
28    char * output_arg;    /* output file prefix (default='hydro').  */
29    char * model_arg;     /* hydrodynamics model (support RoughShell and BeadModel).  */
30 +  int beads_flag;       /* generate the beads only, hydrodynamics will be performed (default=off).  */
31  
32    int help_given ;      /* Whether help was given.  */
33    int version_given ;   /* Whether version was given.  */
34    int input_given ;     /* Whether input was given.  */
35    int output_given ;    /* Whether output was given.  */
36    int model_given ;     /* Whether model was given.  */
37 +  int beads_given ;     /* Whether beads was given.  */
38  
39   } ;
40  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines