Changeset 26766 for trunk/extsrc/gpcsw/gpcsrc/fits/burntool/stardetect.c
- Timestamp:
- Feb 3, 2010, 1:00:09 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/extsrc/gpcsw/gpcsrc/fits/burntool/stardetect.c
r25070 r26766 193 193 cell->burn = (OBJBOX *)calloc(cell->nburn, sizeof(OBJBOX)); 194 194 cell->star = (OBJBOX *)calloc(cell->nstar, sizeof(OBJBOX)); 195 if( cell->burn == NULL || cell->star == NULL) { 196 fprintf(stderr, "\rerror: failed to alloc burn box\n"); 197 exit(-678); 198 } 195 199 196 200 /* Copy the boxes to the cell info structure */
Note:
See TracChangeset
for help on using the changeset viewer.
