ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/trunk/src/applications/hydrodynamics/HydroCmd.cpp
(Generate patch)

Comparing trunk/src/applications/hydrodynamics/HydroCmd.cpp (file contents):
Revision 1782 by gezelter, Wed Aug 22 02:28:28 2012 UTC vs.
Revision 1793 by gezelter, Fri Aug 31 21:16:10 2012 UTC

# Line 399 | Line 399 | int update_arg(void *field, char **orig_field,
399                 const char *long_opt, char short_opt,
400                 const char *additional_error)
401   {
402  char *stop_char = 0;
402    const char *val = value;
403    int found;
404    char **string_field;
405    FIX_UNUSED (field);
406  
408  stop_char = 0;
407    found = 0;
408  
409    if (!multiple_option && prev_given && (*prev_given || (check_ambiguity && *field_given)))

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines