Changeset 7917 for trunk/Ohana/src/opihi/dvo/dmt.c
- Timestamp:
- Jul 16, 2006, 10:58:49 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/dvo/dmt.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/dvo/dmt.c
r7680 r7917 32 32 33 33 if (argc != 3) { 34 fprintf (stderr, "USAGE: dmags filter\n");34 gprint (GP_ERR, "USAGE: dmags filter\n"); 35 35 return (FALSE); 36 36 } … … 41 41 42 42 if ((code = GetPhotcodebyName (argv[1])) == NULL) { 43 fprintf (stderr, "ERROR: photcode not found in photcode table\n");43 gprint (GP_ERR, "ERROR: photcode not found in photcode table\n"); 44 44 return (FALSE); 45 45 } 46 46 if ((code[0].type != PHOT_SEC) && (code[0].type != PHOT_PRI)) { 47 fprintf (stderr, "first filter must be a PRIMARY or SECONDARY photometry type\n");47 gprint (GP_ERR, "first filter must be a PRIMARY or SECONDARY photometry type\n"); 48 48 return (FALSE); 49 49 }
Note:
See TracChangeset
for help on using the changeset viewer.
