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

    r2974 r3167  
    9090  vector<string> colnames;
    9191  vector<int> coltypes;
    92   vector<long> repcnt;
    93   vector<long> width;
     92  vector<LONGLONG> repcnt, width;
    9493  long ncols = is.GetColInfo(colnames, coltypes, repcnt, width);
    9594  if (ncols < 1) return 0;
Note: See TracChangeset for help on using the changeset viewer.