Changeset 11593 for trunk/FACT++/src/Fits.cc
- Timestamp:
- 07/26/11 10:22:21 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/Fits.cc
r11524 r11593 20 20 #include "MessageImp.h" 21 21 22 //for file stats 23 #include <sys/stat.h> 22 23 #include <sys/stat.h> //for file stats 24 24 25 25 using namespace std; … … 129 129 //! @param runNumber the runNumber for which this file is opened. 0 means nightly file. 130 130 // 131 bool Fits::Open(const string& fileName, const string& tableName, FITS* file, int* fitsCounter, MessageImp* out, int runNumber)131 bool Fits::Open(const string& fileName, const string& tableName, FITS* file, uint32_t* fitsCounter, MessageImp* out, int runNumber) 132 132 { 133 133 // if (fMess)
Note:
See TracChangeset
for help on using the changeset viewer.