Ignore:
Timestamp:
Sep 1, 2000, 5:22:58 PM (25 years ago)
Author:
ansari
Message:

suppression delete fptr_ , fait par cfitsio

File:
1 edited

Legend:

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

    r1143 r1175  
    6464
    6565*/
    66   void   Read(char flnm[],int hdunum= 2);
     66  void   Read(char flnm[],int hdunum= 0);
    6767/*!
    6868this method is called from inherited objects :
     
    109109public:
    110110
    111   FitsFile() { InitNull();};
     111FitsFile()
     112{
     113 InitNull();
     114};
    112115  virtual ~FitsFile();
    113116
     
    125128   static  void printerror(int&) ;
    126129   static  void printerror(int&,char* texte) ;
    127    inline void InitNull() { fptr_= NULL; hdutype_= 0; hdunum_ = 1;
     130   inline void InitNull() {fptr_ = NULL; hdutype_= 0; hdunum_ = 1;
    128131   fits_status_ = 0;}
    129132
Note: See TracChangeset for help on using the changeset viewer.