Changeset 7917 for trunk/Ohana/src/opihi/cmd.data/plot.c
- Timestamp:
- Jul 16, 2006, 10:58:49 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/cmd.data/plot.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/cmd.data/plot.c
r7080 r7917 33 33 34 34 if (argc != 3) { 35 fprintf (stderr, "USAGE: plot <x> <y> [style]\n");35 gprint (GP_ERR, "USAGE: plot <x> <y> [style]\n"); 36 36 return (FALSE); 37 37 } … … 51 51 if ((yvec = SelectVector (argv[2], OLDVECTOR, TRUE)) == NULL) return (FALSE); 52 52 if (xvec[0].Nelements != yvec[0].Nelements) { 53 fprintf (stderr, "vectors %s and %s not the same length\n", argv[1], argv[2]);53 gprint (GP_ERR, "vectors %s and %s not the same length\n", argv[1], argv[2]); 54 54 return (FALSE); 55 55 }
Note:
See TracChangeset
for help on using the changeset viewer.
