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

Comparing:
trunk/src/applications/staticProps/StaticPropsCmd.c (file contents), Revision 1390 by gezelter, Wed Nov 25 20:02:06 2009 UTC vs.
branches/development/src/applications/staticProps/StaticPropsCmd.c (file contents), Revision 1465 by chuckv, Fri Jul 9 23:08:25 2010 UTC

# Line 1 | Line 1
1   /*
2    File autogenerated by gengetopt version 2.22
3    generated with the following command:
4 <  gengetopt -F StaticPropsCmd
4 >  gengetopt -F StaticPropsCmd -u
5  
6    The developers of gengetopt consider the fixed text that goes in all
7    gengetopt output files to be in the public domain:
# Line 23 | Line 23 | const char *gengetopt_args_info_purpose = "";
23  
24   const char *gengetopt_args_info_purpose = "";
25  
26 < const char *gengetopt_args_info_usage = "Usage: StaticProps [OPTIONS]...";
26 > const char *gengetopt_args_info_usage = "Usage: StaticProps [OPTIONS]... [FILES]...";
27  
28   const char *gengetopt_args_info_description = "";
29  
# Line 36 | Line 36 | const char *gengetopt_args_info_help[] = {
36    "  -b, --nbins=INT               number of bins (general purpose)  \n                                  (default=`100')",
37    "  -x, --nbins_x=INT             number of bins in x axis  (default=`100')",
38    "  -y, --nbins_y=INT             number of bins in y axis  (default=`100')",
39 +  "      --nbins_z=INT             number of bins in z axis  (default=`100')",
40    "  -a, --nanglebins=INT          number of bins for cos(angle)  (default=`50')",
40  "      --length=DOUBLE           maximum length (Defaults to 1/2 smallest length \n                                  of first frame)",
41    "  -c, --rcut=DOUBLE             cutoff radius (rcut)",
42 +  "      --dz=DOUBLE               slab width (dz)",
43 +  "      --length=DOUBLE           maximum length (Defaults to 1/2 smallest length \n                                  of first frame)",
44 +  "      --zlength=DOUBLE          maximum length (Defaults to 1/2 smallest length \n                                  of first frame)",
45    "  -z, --zoffset=DOUBLE          Where to set the zero for the slab_density \n                                  calculation  (default=`0')",
46    "      --sele1=selection script  select the first stuntdouble set",
47    "      --sele2=selection script  select the second stuntdouble set",
# Line 57 | Line 60 | const char *gengetopt_args_info_help[] = {
60    "      --gofz                    g(z)",
61    "      --r_theta                 g(r, cos(theta))",
62    "      --r_omega                 g(r, cos(omega))",
63 +  "      --r_z                     g(r, z)",
64    "      --theta_omega             g(cos(theta), cos(omega))",
65    "      --gxyz                    g(x, y, z)",
66 +  "      --twodgofr                2D g(r) (Slab width --dz must be specified)",
67    "  -p, --p2                      p2 order parameter (--sele1 and --sele2 must be \n                                  specified)",
68    "      --rp2                     rp2 order parameter (--sele1 and --sele2 must \n                                  be specified)",
69    "  -s, --scd                     scd order parameter (either --sele1, --sele2, \n                                  --sele3 are specified or --molname, --begin, \n                                  --end are specified)",
70    "  -d, --density                 density plot",
71    "      --slab_density            slab density",
72 +  "      --p_angle                 p(cos(theta))",
73    "      --hxy                     hxy",
74    "      --rho_r                   rho of R",
75    "      --hullvol                 hull volume of nanoparticle",
# Line 102 | Line 108 | void clear_given (struct gengetopt_args_info *args_inf
108    args_info->nbins_given = 0 ;
109    args_info->nbins_x_given = 0 ;
110    args_info->nbins_y_given = 0 ;
111 +  args_info->nbins_z_given = 0 ;
112    args_info->nanglebins_given = 0 ;
106  args_info->length_given = 0 ;
113    args_info->rcut_given = 0 ;
114 +  args_info->dz_given = 0 ;
115 +  args_info->length_given = 0 ;
116 +  args_info->zlength_given = 0 ;
117    args_info->zoffset_given = 0 ;
118    args_info->sele1_given = 0 ;
119    args_info->sele2_given = 0 ;
# Line 122 | Line 131 | void clear_given (struct gengetopt_args_info *args_inf
131    args_info->gofz_given = 0 ;
132    args_info->r_theta_given = 0 ;
133    args_info->r_omega_given = 0 ;
134 +  args_info->r_z_given = 0 ;
135    args_info->theta_omega_given = 0 ;
136    args_info->gxyz_given = 0 ;
137 +  args_info->twodgofr_given = 0 ;
138    args_info->p2_given = 0 ;
139    args_info->rp2_given = 0 ;
140    args_info->scd_given = 0 ;
141    args_info->density_given = 0 ;
142    args_info->slab_density_given = 0 ;
143 +  args_info->p_angle_given = 0 ;
144    args_info->hxy_given = 0 ;
145    args_info->rho_r_given = 0 ;
146    args_info->hullvol_given = 0 ;
# Line 150 | Line 162 | void clear_args (struct gengetopt_args_info *args_info
162    args_info->nbins_x_orig = NULL;
163    args_info->nbins_y_arg = 100;
164    args_info->nbins_y_orig = NULL;
165 +  args_info->nbins_z_arg = 100;
166 +  args_info->nbins_z_orig = NULL;
167    args_info->nanglebins_arg = 50;
168    args_info->nanglebins_orig = NULL;
155  args_info->length_orig = NULL;
169    args_info->rcut_orig = NULL;
170 +  args_info->dz_orig = NULL;
171 +  args_info->length_orig = NULL;
172 +  args_info->zlength_orig = NULL;
173    args_info->zoffset_arg = 0;
174    args_info->zoffset_orig = NULL;
175    args_info->sele1_arg = NULL;
# Line 187 | Line 203 | void init_args_info(struct gengetopt_args_info *args_i
203    args_info->nbins_help = gengetopt_args_info_help[5] ;
204    args_info->nbins_x_help = gengetopt_args_info_help[6] ;
205    args_info->nbins_y_help = gengetopt_args_info_help[7] ;
206 <  args_info->nanglebins_help = gengetopt_args_info_help[8] ;
207 <  args_info->length_help = gengetopt_args_info_help[9] ;
206 >  args_info->nbins_z_help = gengetopt_args_info_help[8] ;
207 >  args_info->nanglebins_help = gengetopt_args_info_help[9] ;
208    args_info->rcut_help = gengetopt_args_info_help[10] ;
209 <  args_info->zoffset_help = gengetopt_args_info_help[11] ;
210 <  args_info->sele1_help = gengetopt_args_info_help[12] ;
211 <  args_info->sele2_help = gengetopt_args_info_help[13] ;
212 <  args_info->sele3_help = gengetopt_args_info_help[14] ;
213 <  args_info->refsele_help = gengetopt_args_info_help[15] ;
214 <  args_info->comsele_help = gengetopt_args_info_help[16] ;
215 <  args_info->molname_help = gengetopt_args_info_help[17] ;
216 <  args_info->begin_help = gengetopt_args_info_help[18] ;
217 <  args_info->end_help = gengetopt_args_info_help[19] ;
218 <  args_info->radius_help = gengetopt_args_info_help[20] ;
219 <  args_info->bo_help = gengetopt_args_info_help[22] ;
220 <  args_info->bor_help = gengetopt_args_info_help[23] ;
221 <  args_info->bad_help = gengetopt_args_info_help[24] ;
222 <  args_info->gofr_help = gengetopt_args_info_help[25] ;
223 <  args_info->gofz_help = gengetopt_args_info_help[26] ;
224 <  args_info->r_theta_help = gengetopt_args_info_help[27] ;
225 <  args_info->r_omega_help = gengetopt_args_info_help[28] ;
226 <  args_info->theta_omega_help = gengetopt_args_info_help[29] ;
227 <  args_info->gxyz_help = gengetopt_args_info_help[30] ;
228 <  args_info->p2_help = gengetopt_args_info_help[31] ;
229 <  args_info->rp2_help = gengetopt_args_info_help[32] ;
230 <  args_info->scd_help = gengetopt_args_info_help[33] ;
231 <  args_info->density_help = gengetopt_args_info_help[34] ;
232 <  args_info->slab_density_help = gengetopt_args_info_help[35] ;
233 <  args_info->hxy_help = gengetopt_args_info_help[36] ;
234 <  args_info->rho_r_help = gengetopt_args_info_help[37] ;
235 <  args_info->hullvol_help = gengetopt_args_info_help[38] ;
209 >  args_info->dz_help = gengetopt_args_info_help[11] ;
210 >  args_info->length_help = gengetopt_args_info_help[12] ;
211 >  args_info->zlength_help = gengetopt_args_info_help[13] ;
212 >  args_info->zoffset_help = gengetopt_args_info_help[14] ;
213 >  args_info->sele1_help = gengetopt_args_info_help[15] ;
214 >  args_info->sele2_help = gengetopt_args_info_help[16] ;
215 >  args_info->sele3_help = gengetopt_args_info_help[17] ;
216 >  args_info->refsele_help = gengetopt_args_info_help[18] ;
217 >  args_info->comsele_help = gengetopt_args_info_help[19] ;
218 >  args_info->molname_help = gengetopt_args_info_help[20] ;
219 >  args_info->begin_help = gengetopt_args_info_help[21] ;
220 >  args_info->end_help = gengetopt_args_info_help[22] ;
221 >  args_info->radius_help = gengetopt_args_info_help[23] ;
222 >  args_info->bo_help = gengetopt_args_info_help[25] ;
223 >  args_info->bor_help = gengetopt_args_info_help[26] ;
224 >  args_info->bad_help = gengetopt_args_info_help[27] ;
225 >  args_info->gofr_help = gengetopt_args_info_help[28] ;
226 >  args_info->gofz_help = gengetopt_args_info_help[29] ;
227 >  args_info->r_theta_help = gengetopt_args_info_help[30] ;
228 >  args_info->r_omega_help = gengetopt_args_info_help[31] ;
229 >  args_info->r_z_help = gengetopt_args_info_help[32] ;
230 >  args_info->theta_omega_help = gengetopt_args_info_help[33] ;
231 >  args_info->gxyz_help = gengetopt_args_info_help[34] ;
232 >  args_info->twodgofr_help = gengetopt_args_info_help[35] ;
233 >  args_info->p2_help = gengetopt_args_info_help[36] ;
234 >  args_info->rp2_help = gengetopt_args_info_help[37] ;
235 >  args_info->scd_help = gengetopt_args_info_help[38] ;
236 >  args_info->density_help = gengetopt_args_info_help[39] ;
237 >  args_info->slab_density_help = gengetopt_args_info_help[40] ;
238 >  args_info->p_angle_help = gengetopt_args_info_help[41] ;
239 >  args_info->hxy_help = gengetopt_args_info_help[42] ;
240 >  args_info->rho_r_help = gengetopt_args_info_help[43] ;
241 >  args_info->hullvol_help = gengetopt_args_info_help[44] ;
242    
243   }
244  
# Line 256 | Line 278 | cmdline_parser_init (struct gengetopt_args_info *args_
278    clear_given (args_info);
279    clear_args (args_info);
280    init_args_info (args_info);
281 +
282 +  args_info->inputs = NULL;
283 +  args_info->inputs_num = 0;
284   }
285  
286   void
# Line 294 | Line 319 | cmdline_parser_release (struct gengetopt_args_info *ar
319   static void
320   cmdline_parser_release (struct gengetopt_args_info *args_info)
321   {
322 <
322 >  unsigned int i;
323    free_string_field (&(args_info->input_arg));
324    free_string_field (&(args_info->input_orig));
325    free_string_field (&(args_info->output_arg));
# Line 303 | Line 328 | cmdline_parser_release (struct gengetopt_args_info *ar
328    free_string_field (&(args_info->nbins_orig));
329    free_string_field (&(args_info->nbins_x_orig));
330    free_string_field (&(args_info->nbins_y_orig));
331 +  free_string_field (&(args_info->nbins_z_orig));
332    free_string_field (&(args_info->nanglebins_orig));
307  free_string_field (&(args_info->length_orig));
333    free_string_field (&(args_info->rcut_orig));
334 +  free_string_field (&(args_info->dz_orig));
335 +  free_string_field (&(args_info->length_orig));
336 +  free_string_field (&(args_info->zlength_orig));
337    free_string_field (&(args_info->zoffset_orig));
338    free_string_field (&(args_info->sele1_arg));
339    free_string_field (&(args_info->sele1_orig));
# Line 324 | Line 352 | cmdline_parser_release (struct gengetopt_args_info *ar
352    free_string_field (&(args_info->radius_orig));
353    
354    
355 +  for (i = 0; i < args_info->inputs_num; ++i)
356 +    free (args_info->inputs [i]);
357  
358 +  if (args_info->inputs_num)
359 +    free (args_info->inputs);
360 +
361    clear_given (args_info);
362   }
363  
# Line 367 | Line 400 | cmdline_parser_dump(FILE *outfile, struct gengetopt_ar
400      write_into_file(outfile, "nbins_x", args_info->nbins_x_orig, 0);
401    if (args_info->nbins_y_given)
402      write_into_file(outfile, "nbins_y", args_info->nbins_y_orig, 0);
403 +  if (args_info->nbins_z_given)
404 +    write_into_file(outfile, "nbins_z", args_info->nbins_z_orig, 0);
405    if (args_info->nanglebins_given)
406      write_into_file(outfile, "nanglebins", args_info->nanglebins_orig, 0);
372  if (args_info->length_given)
373    write_into_file(outfile, "length", args_info->length_orig, 0);
407    if (args_info->rcut_given)
408      write_into_file(outfile, "rcut", args_info->rcut_orig, 0);
409 +  if (args_info->dz_given)
410 +    write_into_file(outfile, "dz", args_info->dz_orig, 0);
411 +  if (args_info->length_given)
412 +    write_into_file(outfile, "length", args_info->length_orig, 0);
413 +  if (args_info->zlength_given)
414 +    write_into_file(outfile, "zlength", args_info->zlength_orig, 0);
415    if (args_info->zoffset_given)
416      write_into_file(outfile, "zoffset", args_info->zoffset_orig, 0);
417    if (args_info->sele1_given)
# Line 407 | Line 446 | cmdline_parser_dump(FILE *outfile, struct gengetopt_ar
446      write_into_file(outfile, "r_theta", 0, 0 );
447    if (args_info->r_omega_given)
448      write_into_file(outfile, "r_omega", 0, 0 );
449 +  if (args_info->r_z_given)
450 +    write_into_file(outfile, "r_z", 0, 0 );
451    if (args_info->theta_omega_given)
452      write_into_file(outfile, "theta_omega", 0, 0 );
453    if (args_info->gxyz_given)
454      write_into_file(outfile, "gxyz", 0, 0 );
455 +  if (args_info->twodgofr_given)
456 +    write_into_file(outfile, "twodgofr", 0, 0 );
457    if (args_info->p2_given)
458      write_into_file(outfile, "p2", 0, 0 );
459    if (args_info->rp2_given)
# Line 421 | Line 464 | cmdline_parser_dump(FILE *outfile, struct gengetopt_ar
464      write_into_file(outfile, "density", 0, 0 );
465    if (args_info->slab_density_given)
466      write_into_file(outfile, "slab_density", 0, 0 );
467 +  if (args_info->p_angle_given)
468 +    write_into_file(outfile, "p_angle", 0, 0 );
469    if (args_info->hxy_given)
470      write_into_file(outfile, "hxy", 0, 0 );
471    if (args_info->rho_r_given)
# Line 487 | Line 532 | reset_group_staticProps(struct gengetopt_args_info *ar
532    args_info->gofz_given = 0 ;
533    args_info->r_theta_given = 0 ;
534    args_info->r_omega_given = 0 ;
535 +  args_info->r_z_given = 0 ;
536    args_info->theta_omega_given = 0 ;
537    args_info->gxyz_given = 0 ;
538 +  args_info->twodgofr_given = 0 ;
539    args_info->p2_given = 0 ;
540    args_info->rp2_given = 0 ;
541    args_info->scd_given = 0 ;
542    args_info->density_given = 0 ;
543    args_info->slab_density_given = 0 ;
544 +  args_info->p_angle_given = 0 ;
545    args_info->hxy_given = 0 ;
546    args_info->rho_r_given = 0 ;
547    args_info->hullvol_given = 0 ;
# Line 745 | Line 793 | cmdline_parser_internal (int argc, char * const *argv,
793          { "nbins",      1, NULL, 'b' },
794          { "nbins_x",    1, NULL, 'x' },
795          { "nbins_y",    1, NULL, 'y' },
796 +        { "nbins_z",    1, NULL, 0 },
797          { "nanglebins", 1, NULL, 'a' },
749        { "length",     1, NULL, 0 },
798          { "rcut",       1, NULL, 'c' },
799 +        { "dz", 1, NULL, 0 },
800 +        { "length",     1, NULL, 0 },
801 +        { "zlength",    1, NULL, 0 },
802          { "zoffset",    1, NULL, 'z' },
803          { "sele1",      1, NULL, 0 },
804          { "sele2",      1, NULL, 0 },
# Line 765 | Line 816 | cmdline_parser_internal (int argc, char * const *argv,
816          { "gofz",       0, NULL, 0 },
817          { "r_theta",    0, NULL, 0 },
818          { "r_omega",    0, NULL, 0 },
819 +        { "r_z",        0, NULL, 0 },
820          { "theta_omega",        0, NULL, 0 },
821          { "gxyz",       0, NULL, 0 },
822 +        { "twodgofr",   0, NULL, 0 },
823          { "p2", 0, NULL, 'p' },
824          { "rp2",        0, NULL, 0 },
825          { "scd",        0, NULL, 's' },
826          { "density",    0, NULL, 'd' },
827          { "slab_density",       0, NULL, 0 },
828 +        { "p_angle",    0, NULL, 0 },
829          { "hxy",        0, NULL, 0 },
830          { "rho_r",      0, NULL, 0 },
831          { "hullvol",    0, NULL, 0 },
# Line 964 | Line 1018 | cmdline_parser_internal (int argc, char * const *argv,
1018            break;
1019  
1020          case 0: /* Long option with no short option */
1021 +          /* number of bins in z axis.  */
1022 +          if (strcmp (long_options[option_index].name, "nbins_z") == 0)
1023 +          {
1024 +          
1025 +          
1026 +            if (update_arg( (void *)&(args_info->nbins_z_arg),
1027 +                 &(args_info->nbins_z_orig), &(args_info->nbins_z_given),
1028 +                &(local_args_info.nbins_z_given), optarg, 0, "100", ARG_INT,
1029 +                check_ambiguity, override, 0, 0,
1030 +                "nbins_z", '-',
1031 +                additional_error))
1032 +              goto failure;
1033 +          
1034 +          }
1035 +          /* slab width (dz).  */
1036 +          else if (strcmp (long_options[option_index].name, "dz") == 0)
1037 +          {
1038 +          
1039 +          
1040 +            if (update_arg( (void *)&(args_info->dz_arg),
1041 +                 &(args_info->dz_orig), &(args_info->dz_given),
1042 +                &(local_args_info.dz_given), optarg, 0, 0, ARG_DOUBLE,
1043 +                check_ambiguity, override, 0, 0,
1044 +                "dz", '-',
1045 +                additional_error))
1046 +              goto failure;
1047 +          
1048 +          }
1049            /* maximum length (Defaults to 1/2 smallest length of first frame).  */
1050 <          if (strcmp (long_options[option_index].name, "length") == 0)
1050 >          else if (strcmp (long_options[option_index].name, "length") == 0)
1051            {
1052            
1053            
# Line 974 | Line 1056 | cmdline_parser_internal (int argc, char * const *argv,
1056                  &(local_args_info.length_given), optarg, 0, 0, ARG_DOUBLE,
1057                  check_ambiguity, override, 0, 0,
1058                  "length", '-',
1059 +                additional_error))
1060 +              goto failure;
1061 +          
1062 +          }
1063 +          /* maximum length (Defaults to 1/2 smallest length of first frame).  */
1064 +          else if (strcmp (long_options[option_index].name, "zlength") == 0)
1065 +          {
1066 +          
1067 +          
1068 +            if (update_arg( (void *)&(args_info->zlength_arg),
1069 +                 &(args_info->zlength_orig), &(args_info->zlength_given),
1070 +                &(local_args_info.zlength_given), optarg, 0, 0, ARG_DOUBLE,
1071 +                check_ambiguity, override, 0, 0,
1072 +                "zlength", '-',
1073                  additional_error))
1074                goto failure;
1075            
# Line 1206 | Line 1302 | cmdline_parser_internal (int argc, char * const *argv,
1302                goto failure;
1303            
1304            }
1305 +          /* g(r, z).  */
1306 +          else if (strcmp (long_options[option_index].name, "r_z") == 0)
1307 +          {
1308 +          
1309 +            if (args_info->staticProps_group_counter && override)
1310 +              reset_group_staticProps (args_info);
1311 +            args_info->staticProps_group_counter += 1;
1312 +          
1313 +            if (update_arg( 0 ,
1314 +                 0 , &(args_info->r_z_given),
1315 +                &(local_args_info.r_z_given), optarg, 0, 0, ARG_NO,
1316 +                check_ambiguity, override, 0, 0,
1317 +                "r_z", '-',
1318 +                additional_error))
1319 +              goto failure;
1320 +          
1321 +          }
1322            /* g(cos(theta), cos(omega)).  */
1323            else if (strcmp (long_options[option_index].name, "theta_omega") == 0)
1324            {
# Line 1240 | Line 1353 | cmdline_parser_internal (int argc, char * const *argv,
1353                goto failure;
1354            
1355            }
1356 +          /* 2D g(r) (Slab width --dz must be specified).  */
1357 +          else if (strcmp (long_options[option_index].name, "twodgofr") == 0)
1358 +          {
1359 +          
1360 +            if (args_info->staticProps_group_counter && override)
1361 +              reset_group_staticProps (args_info);
1362 +            args_info->staticProps_group_counter += 1;
1363 +          
1364 +            if (update_arg( 0 ,
1365 +                 0 , &(args_info->twodgofr_given),
1366 +                &(local_args_info.twodgofr_given), optarg, 0, 0, ARG_NO,
1367 +                check_ambiguity, override, 0, 0,
1368 +                "twodgofr", '-',
1369 +                additional_error))
1370 +              goto failure;
1371 +          
1372 +          }
1373            /* rp2 order parameter (--sele1 and --sele2 must be specified).  */
1374            else if (strcmp (long_options[option_index].name, "rp2") == 0)
1375            {
# Line 1274 | Line 1404 | cmdline_parser_internal (int argc, char * const *argv,
1404                goto failure;
1405            
1406            }
1407 +          /* p(cos(theta)).  */
1408 +          else if (strcmp (long_options[option_index].name, "p_angle") == 0)
1409 +          {
1410 +          
1411 +            if (args_info->staticProps_group_counter && override)
1412 +              reset_group_staticProps (args_info);
1413 +            args_info->staticProps_group_counter += 1;
1414 +          
1415 +            if (update_arg( 0 ,
1416 +                 0 , &(args_info->p_angle_given),
1417 +                &(local_args_info.p_angle_given), optarg, 0, 0, ARG_NO,
1418 +                check_ambiguity, override, 0, 0,
1419 +                "p_angle", '-',
1420 +                additional_error))
1421 +              goto failure;
1422 +          
1423 +          }
1424            /* hxy.  */
1425            else if (strcmp (long_options[option_index].name, "hxy") == 0)
1426            {
# Line 1355 | Line 1502 | cmdline_parser_internal (int argc, char * const *argv,
1502    if ( error )
1503      return (EXIT_FAILURE);
1504  
1505 +  if (optind < argc)
1506 +    {
1507 +      int i = 0 ;
1508 +      int found_prog_name = 0;
1509 +      /* whether program name, i.e., argv[0], is in the remaining args
1510 +         (this may happen with some implementations of getopt,
1511 +          but surely not with the one included by gengetopt) */
1512 +
1513 +      i = optind;
1514 +      while (i < argc)
1515 +        if (argv[i++] == argv[0]) {
1516 +          found_prog_name = 1;
1517 +          break;
1518 +        }
1519 +      i = 0;
1520 +
1521 +      args_info->inputs_num = argc - optind - found_prog_name;
1522 +      args_info->inputs =
1523 +        (char **)(malloc ((args_info->inputs_num)*sizeof(char *))) ;
1524 +      while (optind < argc)
1525 +        if (argv[optind++] != argv[0])
1526 +          args_info->inputs[ i++ ] = gengetopt_strdup (argv[optind-1]) ;
1527 +    }
1528 +
1529    return 0;
1530  
1531   failure:

Comparing:
trunk/src/applications/staticProps/StaticPropsCmd.c (property svn:keywords), Revision 1390 by gezelter, Wed Nov 25 20:02:06 2009 UTC vs.
branches/development/src/applications/staticProps/StaticPropsCmd.c (property svn:keywords), Revision 1465 by chuckv, Fri Jul 9 23:08:25 2010 UTC

# Line 0 | Line 1
1 + Author Id Revision Date

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines