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

    r3148 r3167  
    112112  vector<string> colnames;
    113113  vector<int> coltypes;
    114   vector<long> repcnt, width;
     114  vector<LONGLONG> repcnt, width;
    115115  is.GetColInfo(colnames,coltypes,repcnt,width);
    116116  long ncol = colnames.size();
     
    265265
    266266  //--- Nb de lignes et de colonnes
    267   vector<string> colnames; vector<int> coltypes; vector<long> repcnt, width;
     267  vector<string> colnames; vector<int> coltypes; vector<LONGLONG> repcnt, width;
    268268  is.GetColInfo(colnames,coltypes,repcnt,width);
    269269  long ncol = colnames.size();
Note: See TracChangeset for help on using the changeset viewer.