Ignore:
Timestamp:
Aug 25, 2000, 5:52:48 PM (25 years ago)
Author:
ansari
Message:

normalisation des DVList

File:
1 edited

Legend:

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

    r1136 r1143  
    119119  delete [] ColName;
    120120
    121   r_4* ligne = new r_4[nbcols];
     121  float* ligne = new float[nbcols];
    122122
    123123  int firstln, lastln;
     
    136136    {
    137137      is.GetBinTabLine(numLigne, ligne);
    138       dobj_->Fill(ligne);
     138      dobj_->Fill((r_4*)ligne);
    139139    }
    140140  delete [] ligne;
     
    161161  // extension name
    162162  char* extname = "NTuple_Binary_tbl";
    163   dvl.Print();
    164163
    165164  char** Noms = new char*[ncols];   
Note: See TracChangeset for help on using the changeset viewer.