Changeset 7917 for trunk/Ohana/src/opihi/cmd.data/swapbytes.c
- Timestamp:
- Jul 16, 2006, 10:58:49 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/cmd.data/swapbytes.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/cmd.data/swapbytes.c
r2598 r7917 8 8 9 9 if (argc != 2) { 10 fprintf (stderr, "USAGE: swapbytes <buffer>\n");10 gprint (GP_ERR, "USAGE: swapbytes <buffer>\n"); 11 11 return (FALSE); 12 12 } … … 17 17 ny = buf[0].matrix.Naxis[1]; 18 18 19 fprintf (stderr, "npix: %d\n", nx*ny);19 gprint (GP_ERR, "npix: %d\n", nx*ny); 20 20 21 21 V = buf[0].matrix.buffer;
Note:
See TracChangeset
for help on using the changeset viewer.
