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 2596 by tim, Wed Feb 22 20:35:16 2006 UTC vs.
Revision 2675 by tim, Wed Mar 29 18:09:26 2006 UTC

# Line 26 | Line 26 | struct gengetopt_args_info
26   {
27    char * input_arg;     /* input dump file.  */
28    char * output_arg;    /* output file prefix (default='hydro').  */
29  double viscosity_arg; /* viscosity of solvent.  */
30  double sigma_arg;     /* diameter of beads(use with rough shell model).  */
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.  */
37  int viscosity_given ; /* Whether viscosity was given.  */
38  int sigma_given ;     /* Whether sigma 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