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 2597 by tim, Thu Feb 23 23:16:43 2006 UTC vs.
Revision 2634 by tim, Fri Mar 17 23:20:35 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 temperature_arg;       /* temperature of the system.  */
31  double sigma_arg;     /* diameter of beads(use with rough shell model).  */
29    char * model_arg;     /* hydrodynamics model (support RoughShell and BeadModel).  */
30  
31    int help_given ;      /* Whether help was given.  */
32    int version_given ;   /* Whether version was given.  */
33    int input_given ;     /* Whether input was given.  */
34    int output_given ;    /* Whether output was given.  */
38  int viscosity_given ; /* Whether viscosity was given.  */
39  int temperature_given ;       /* Whether temperature was given.  */
40  int sigma_given ;     /* Whether sigma was given.  */
35    int model_given ;     /* Whether model was given.  */
36  
37   } ;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines