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 2597 by tim, Thu Feb 23 23:16:43 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    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).  */
32    char * model_arg;     /* hydrodynamics model (support RoughShell and BeadModel).  */
33  
# Line 35 | Line 36 | struct gengetopt_args_info
36    int input_given ;     /* Whether input was given.  */
37    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.  */
41    int model_given ;     /* Whether model was given.  */
42  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines