Changeset 6734 for branches/rel10_ifa/psModules/src/astrom/pmHDU.c
- Timestamp:
- Mar 30, 2006, 10:08:30 AM (20 years ago)
- File:
-
- 1 edited
-
branches/rel10_ifa/psModules/src/astrom/pmHDU.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/rel10_ifa/psModules/src/astrom/pmHDU.c
r6726 r6734 4 4 #include "pslib.h" 5 5 #include "pmFPA.h" 6 #include "psAdditionals.h" 6 7 7 8 … … 35 36 hdu->extname = psStringCopy(extname); 36 37 } 37 hdu->format = NULL; 38 hdu->header = NULL; 39 hdu->images = NULL; 40 hdu->table = NULL; 38 hdu->format = NULL; 39 hdu->header = NULL; 40 hdu->images = NULL; 41 hdu->table = NULL; 42 hdu->weights = NULL; 43 hdu->masks = NULL; 41 44 42 45 return hdu;
Note:
See TracChangeset
for help on using the changeset viewer.
