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

hdunum=0 par defaut

File:
1 edited

Legend:

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

    r1136 r1174  
    2121
    2222FITS_NTuple();
    23 FITS_NTuple(char inputfile[],int hdunum=2);
     23FITS_NTuple(char inputfile[],int hdunum=0);
    2424FITS_NTuple(const NTuple & obj);
    2525 FITS_NTuple(NTuple* obj);
     
    4242\param <numberOfLines>  number of lines to be read
    4343*/
    44  void ReadLines(char inputfile[],int firstLine, int numberOfLines,int hdunum=2);
     44 void ReadLines(char inputfile[],int firstLine, int numberOfLines,int hdunum=0);
    4545
    4646inline operator NTuple() { return(*dobj_); }
Note: See TracChangeset for help on using the changeset viewer.