Ignore:
Timestamp:
Oct 5, 2000, 11:17:43 AM (25 years ago)
Author:
ansari
Message:

dvlist dans ecriture ligne a ligne

File:
1 edited

Legend:

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

    r1209 r1219  
    1616}
    1717
    18 FITS_BntblLineReader::FITS_BntblLineReader(char inputfile[],int hdunum)
     18FITS_BntblLineReader::FITS_BntblLineReader(char inputfile[],int hdunum)
     19                                                                 
    1920{
    2021  InitNull();
     
    9899
    99100
    100 FITS_BntblLineWriter::FITS_BntblLineWriter()
    101 {
    102   InitNull();
    103 }
    104101
    105 FITS_BntblLineWriter::FITS_BntblLineWriter(char inputfile[],int dc, int fc,int ic, int cc, vector<string> names,  WriteMode wrm)
     102FITS_BntblLineWriter::FITS_BntblLineWriter(char inputfile[],int dc, int fc,int ic, int cc, vector<string> names,DVList& dvl,  WriteMode wrm)
    106103{
    107104  int k;
     
    132129      StringSizes[k] = names[dc+fc+ic+k].length();
    133130    }           
    134   DVList dvl;
    135131  string extname("Lines_on_Binary_tbl");
     132
    136133  outFits_->makeHeaderBntblOnFits(types, names, 1, nbcols, dvl, extname,StringSizes);
    137134    ligne_.setFormat(dc, fc, ic, cc, names);
     
    141138FITS_BntblLineWriter::~FITS_BntblLineWriter()
    142139{
     140  if (dvl_ != NULL) delete dvl_;
    143141  if (outFits_ != NULL)  delete outFits_;
    144142}
Note: See TracChangeset for help on using the changeset viewer.