Ignore:
Timestamp:
Oct 5, 2000, 2:40:40 PM (25 years ago)
Author:
ansari
Message:

entree de dvlist dans makeheader... par pointeur

File:
1 edited

Legend:

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

    r1219 r1221  
    6161
    6262public:
    63  FITS_BntblLineWriter(char inputfile[],int dc, int fc, int ic, int cc, vector<string> names, DVList& dvl, WriteMode wrm = clear);
     63 FITS_BntblLineWriter(char inputfile[],int dc, int fc, int ic, int cc, vector<string> names, DVList* dvl=NULL, WriteMode wrm = clear);
    6464~FITS_BntblLineWriter();
    6565 void WriteNextLine( BnTblLine& WorkLine);
Note: See TracChangeset for help on using the changeset viewer.