Ignore:
Timestamp:
May 3, 2002, 3:04:05 PM (23 years ago)
Author:
lemeur
Message:

suppression mots cles FITS de format, dans dvlist, en lecture

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaExt/FitsIOServer/fitsfile.h

    r1771 r1978  
    249249
    250250void InitNull();
     251
    251252void getHeaderWithSophyaObject();
    252253static void KeywordsIntoDVList(fitsfile* fileptr, DVList& dvl, int hdunum);
     
    264265 DVList dvl_;          /**< DVList for transferring keywords */
    265266 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 
    266274
    267275 };
Note: See TracChangeset for help on using the changeset viewer.