Changeset 12031 for branches/dvo-mods-2007-02/Ohana/src/opihi/dvo/dmt.c
- Timestamp:
- Feb 23, 2007, 4:39:53 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/dvo-mods-2007-02/Ohana/src/opihi/dvo/dmt.c
r12012 r12031 44 44 return (FALSE); 45 45 } 46 if ( (code[0].type != PHOT_SEC) && (code[0].type != PHOT_PRI)) {47 gprint (GP_ERR, "first filter must be a PRIMARY or SECONDARYphotometry type\n");46 if (code[0].type != PHOT_SEC) { 47 gprint (GP_ERR, "first filter must be a average photometry type\n"); 48 48 return (FALSE); 49 49 }
Note:
See TracChangeset
for help on using the changeset viewer.
