Changeset 7917 for trunk/Ohana/src/opihi/dvo/pcat.c
- Timestamp:
- Jul 16, 2006, 10:58:49 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/dvo/pcat.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/dvo/pcat.c
r7680 r7917 30 30 } 31 31 if (argc != 1) { 32 fprintf (stderr, "USAGE: pcat [-all]\n");32 gprint (GP_ERR, "USAGE: pcat [-all]\n"); 33 33 return (FALSE); 34 34 } … … 51 51 sprintf (filename, "%s/%s", catdir, regions[i].name); 52 52 if (ShowAll || (stat (filename, &filestat) != -1)) { 53 if (VERBOSE) fprintf (stderr, "%3d %s\n", i, regions[i].name);53 if (VERBOSE) gprint (GP_ERR, "%3d %s\n", i, regions[i].name); 54 54 55 55 leftside = -1; … … 78 78 } 79 79 80 fprintf (stderr, "plotting %d catalogs\n", Npts/8);80 gprint (GP_ERR, "plotting %d catalogs\n", Npts/8); 81 81 Xvec.Nelements = Xvec.Nelements = Npts; 82 82 if (Npts > 0) {
Note:
See TracChangeset
for help on using the changeset viewer.
