Changeset 7917 for trunk/Ohana/src/opihi/cmd.astro/cplot.c
- Timestamp:
- Jul 16, 2006, 10:58:49 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/cmd.astro/cplot.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/cmd.astro/cplot.c
r7391 r7917 11 11 12 12 if (argc != 3) { 13 fprintf (stderr, "USAGE: cplot <ra> <dec> [style]\n");13 gprint (GP_ERR, "USAGE: cplot <ra> <dec> [style]\n"); 14 14 return (FALSE); 15 15 } … … 24 24 25 25 if (xvec[0].Nelements != yvec[0].Nelements) { 26 fprintf (stderr, "vectors are not the same length\n");26 gprint (GP_ERR, "vectors are not the same length\n"); 27 27 return (FALSE); 28 28 }
Note:
See TracChangeset
for help on using the changeset viewer.
