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/fitshistos.cc

    r3123 r3167  
    150150  vector<string> colnames;
    151151  vector<int> coltypes;
    152   vector<long> repcnt, width;
     152  vector<LONGLONG> repcnt, width;
    153153  is.GetColInfo(colnames,coltypes,repcnt,width);
    154154  long ncol = colnames.size();
     
    393393
    394394  //--- Nb de lignes et de colonnes
    395   vector<string> colnames; vector<int> coltypes; vector<long> repcnt, width;
     395  vector<string> colnames; vector<int> coltypes; vector<LONGLONG> repcnt, width;
    396396  is.GetColInfo(colnames,coltypes,repcnt,width);
    397397  long ncol = colnames.size();
Note: See TracChangeset for help on using the changeset viewer.