Changeset 1978 in Sophya for trunk/SophyaExt/FitsIOServer/fitsfile.h
- Timestamp:
- May 3, 2002, 3:04:05 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaExt/FitsIOServer/fitsfile.h
r1771 r1978 249 249 250 250 void InitNull(); 251 251 252 void getHeaderWithSophyaObject(); 252 253 static void KeywordsIntoDVList(fitsfile* fileptr, DVList& dvl, int hdunum); … … 264 265 DVList dvl_; /**< DVList for transferring keywords */ 265 266 vector<int> taille_des_chaines_; /**< Bintable parameters: length of the char* variables */ 267 268 double dnull_; 269 float fnull_; 270 int inull_; 271 string cnull_; 272 273 266 274 267 275 };
Note:
See TracChangeset
for help on using the changeset viewer.