Ignore:
Timestamp:
04/25/14 12:00:07 (10 years ago)
Author:
dneise
Message:
removed: warning: narrowing conversion and adjusted two includes
File:
1 edited

Legend:

Unmodified
Added
Removed
  • fact/tools/pyscripts/pyfact/fits.h

    r17687 r17695  
    4343#define HAVE_ZLIB
    4444#if defined(HAVE_ZLIB) || defined(__CINT__)
    45 #include "extern_Mars_mcore/izstream.h"
     45#include "izstream.h"
    4646#else
    4747#include <fstream>
     
    5050#endif
    5151
    52 #include "extern_Mars_mcore/checksum.h"
     52#include "checksum.h"
    5353
    5454class fits : public izstream
     
    6262        kCompFACT
    6363    };
    64 
     64   
    6565    struct Entry
    6666    {
     
    361361                }
    362362
    363                 const Table::Column col = { bytes, n, size, n*size, type, unit, compress};
     363                const Table::Column col = { bytes, static_cast<size_t>(n), size, n*size, type, unit, compress};
    364364
    365365                cols[id] = col;
Note: See TracChangeset for help on using the changeset viewer.