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

Comparing trunk/OOPSE-4/src/applications/dump2Xyz/Dump2XYZCmd.c (file contents):
Revision 2097 by tim, Wed Mar 9 17:30:29 2005 UTC vs.
Revision 2099 by tim, Wed Mar 9 18:46:16 2005 UTC

# Line 45 | Line 45 | cmdline_parser_print_help (void)
45    printf("  -z, --zconstraint                  replace the atom types of zconstraint \n                                       molecules  (default=off)\n");
46    printf("  -r, --rigidbody                    add a pseudo COM atom to rigidbody  \n                                       (default=off)\n");
47    printf("  -t, --watertype                    replace the atom type of water model  \n                                       (default=on)\n");
48 <  printf("  -s, --selection=selection script   general selection syntax(now only support \n                                       select atoms within a specified range)\n");
48 >  printf("  -s, --selection=selection script   general selection syntax\n");
49    printf("      --originsele=selection script  select origin\n");
50    printf("      --refsele=selection script     select reference\n");
51    printf("      --repeatX=INT                  The number of images to repeat in the x \n                                       direction  (default=`0')\n");
# Line 244 | Line 244 | cmdline_parser (int argc, char * const *argv, struct g
244            args_info->watertype_flag = !(args_info->watertype_flag);
245            break;
246  
247 <        case 's':       /* general selection syntax(now only support select atoms within a specified range).  */
247 >        case 's':       /* general selection syntax.  */
248            if (args_info->selection_given)
249              {
250                fprintf (stderr, "%s: `--selection' (`-s') option given more than once\n", CMDLINE_PARSER_PACKAGE);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines