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

    r2932 r3167  
    194194    int hdutyp = is.CurrentHDUType();
    195195    if (hdutyp == IMAGE_HDU) {
    196       long naxes[5] = {0,0,0,0,0};
     196      LONGLONG naxes[5] = {0,0,0,0,0};
    197197      int naxis=5;
    198198      int imgtyp = is.GetImageHDUInfo(naxis, naxes);
     
    207207      vector<string> colnames;
    208208      vector<int> coltypes;
    209       vector<long> repcnt;
    210       vector<long> width;
     209      vector<LONGLONG> repcnt, width;
    211210      int ncols = is.GetColInfo(colnames, coltypes, repcnt, width);
    212211      if (hdutyp == BINARY_TBL) os << ">> BINARY_TBL :  NRows= " << is.GetNbRows();
Note: See TracChangeset for help on using the changeset viewer.