Changeset 1174 in Sophya for trunk/SophyaExt/FitsIOServer/fitsxntuple.h
- Timestamp:
- Sep 1, 2000, 5:22:11 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaExt/FitsIOServer/fitsxntuple.h
r1136 r1174 21 21 public: 22 22 FITS_XNTuple(); 23 FITS_XNTuple(char inputfile[],int hdunum= 2);23 FITS_XNTuple(char inputfile[],int hdunum=0); 24 24 FITS_XNTuple(const XNTuple & obj); 25 25 FITS_XNTuple(XNTuple* obj); … … 42 42 \param <numberOfLines> number of lines to be read 43 43 */ 44 void ReadLines(char inputfile[],int firstLine, int numberOfLines,int hdunum= 2);44 void ReadLines(char inputfile[],int firstLine, int numberOfLines,int hdunum=0); 45 45 inline operator XNTuple() { return(*dobj_); } 46 46 inline XNTuple * getObj() { return(dobj_); }
Note:
See TracChangeset
for help on using the changeset viewer.