Changeset 7917 for trunk/Ohana/src/opihi/cmd.data/vbin.c
- Timestamp:
- Jul 16, 2006, 10:58:49 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/cmd.data/vbin.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/cmd.data/vbin.c
r5850 r7917 25 25 26 26 if (argc != 4) { 27 fprintf (stderr, "USAGE: vbin <input> <output> scale \n");28 fprintf (stderr, " (use interpolate to expand)\n");27 gprint (GP_ERR, "USAGE: vbin <input> <output> scale \n"); 28 gprint (GP_ERR, " (use interpolate to expand)\n"); 29 29 return (FALSE); 30 30 } … … 35 35 scale = atof (argv[3]); 36 36 if ((int)(scale) != scale) { 37 fprintf (stderr, "integer binning only, please\n");37 gprint (GP_ERR, "integer binning only, please\n"); 38 38 return (FALSE); 39 39 }
Note:
See TracChangeset
for help on using the changeset viewer.
