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

    r3047 r3167  
    9898  vector<string> colnames;
    9999  vector<int> coltypes;
    100   vector<long> repcnt;
    101   vector<long> width;
     100  vector<LONGLONG> repcnt, width;
    102101  long ncols = is.GetColInfo(colnames, coltypes, repcnt, width);
    103102  if (ncols < 1) return 0;
Note: See TracChangeset for help on using the changeset viewer.