Changeset 7917 for trunk/Ohana/src/opihi/mana/rawstars.c
- Timestamp:
- Jul 16, 2006, 10:58:49 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/mana/rawstars.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/mana/rawstars.c
r2938 r7917 35 35 if ((yp = SelectVector (argv[3], OLDVECTOR, TRUE)) == NULL) return (FALSE); 36 36 if (xp[0].Nelements != yp[0].Nelements) { 37 fprintf (stderr, "vectors are not the same length\n");37 gprint (GP_ERR, "vectors are not the same length\n"); 38 38 return (FALSE); 39 39 } … … 90 90 91 91 usage: 92 fprintf (stderr, "rawstars (buffer) (xp) (yp)\n");92 gprint (GP_ERR, "rawstars (buffer) (xp) (yp)\n"); 93 93 return (FALSE); 94 94 }
Note:
See TracChangeset
for help on using the changeset viewer.
