Changeset 26558
- Timestamp:
- Jan 11, 2010, 1:27:30 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/psastro/src/psastroZeroPoint.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psastro/src/psastroZeroPoint.c
r26394 r26558 147 147 148 148 // XXX make this depend on the mode? 149 if ( dMag->n < 3) {149 if (!dMag || dMag->n < 3) { 150 150 fprintf (stderr, "zero point NaN +/- NaN\n"); 151 151 return false;
Note:
See TracChangeset
for help on using the changeset viewer.
