Ignore:
Timestamp:
Feb 2, 2007, 6:46:47 PM (19 years ago)
Author:
ansari
Message:

Passage a la version ll (LONGLONG) des routines fits , cmv+Reza 02/02/2007

File:
1 edited

Legend:

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

    r3069 r3167  
    200200  vector<string> colnames;
    201201  vector<int> coltypes;
    202   vector<long> repcnt, width;
    203   vector<long> colpos;
     202  vector<LONGLONG> repcnt, width;
     203  vector<sa_size_t> colpos;
    204204  is.GetColInfo(colnames, coltypes, repcnt, width);
    205   long nbrows = is.GetNbRows();
     205  int_8 nbrows = is.GetNbRows();
    206206
    207207  if (dobj == NULL) { // On cree la table si besoin
Note: See TracChangeset for help on using the changeset viewer.