Changeset 1175 in Sophya for trunk/SophyaExt/FitsIOServer/fitsfile.h
- Timestamp:
- Sep 1, 2000, 5:22:58 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaExt/FitsIOServer/fitsfile.h
r1143 r1175 64 64 65 65 */ 66 void Read(char flnm[],int hdunum= 2);66 void Read(char flnm[],int hdunum= 0); 67 67 /*! 68 68 this method is called from inherited objects : … … 109 109 public: 110 110 111 FitsFile() { InitNull();}; 111 FitsFile() 112 { 113 InitNull(); 114 }; 112 115 virtual ~FitsFile(); 113 116 … … 125 128 static void printerror(int&) ; 126 129 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; 128 131 fits_status_ = 0;} 129 132
Note:
See TracChangeset
for help on using the changeset viewer.