Ignore:
Timestamp:
07/26/11 10:22:21 (13 years ago)
Author:
tbretz
Message:
Used a fixed-length type for the Dim reports.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/Fits.cc

    r11524 r11593  
    2020#include "MessageImp.h"
    2121
    22 //for file stats
    23 #include <sys/stat.h>
     22
     23#include <sys/stat.h> //for file stats
    2424
    2525using namespace std;
     
    129129//! @param runNumber the runNumber for which this file is opened. 0 means nightly file.
    130130//
    131 bool Fits::Open(const string& fileName, const string& tableName, FITS* file, int* fitsCounter, MessageImp* out, int runNumber)
     131bool Fits::Open(const string& fileName, const string& tableName, FITS* file, uint32_t* fitsCounter, MessageImp* out, int runNumber)
    132132{               
    133133//      if (fMess)
Note: See TracChangeset for help on using the changeset viewer.