Ignore:
Timestamp:
Jan 13, 2006, 7:26:40 PM (20 years ago)
Author:
ansari
Message:

Ajout methode FitsManager::ScanFile() et corrections diverses - Reza 13/01/2006

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaExt/FitsIOServer/fitslocalmap.cc

    r2897 r2898  
    9393  long ncols = is.GetColInfo(colnames, coltypes, repcnt, width);
    9494  if (ncols < 1) return 0;
    95   T x;
     95  T x = 0;
    9696  if (coltypes[0] == FitsTypes::DataType(x)) return 2 ;
    9797  else return 1;
Note: See TracChangeset for help on using the changeset viewer.