Changeset 10365 for trunk/FACT++/src


Ignore:
Timestamp:
04/13/11 12:34:08 (13 years ago)
Author:
lyard
Message:
Moved from FactFits to Fits
Location:
trunk/FACT++/src
Files:
2 added
1 edited

Legend:

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

    r10364 r10365  
    6262#ifdef HAS_FITS
    6363//#include <astroroot.h>
    64 #include "FactFits.h"
     64#include "Fits.h"
    6565#endif
    6666
     
    155155#ifdef HAS_FITS
    156156                ///daily FITS output file
    157                 FactFits        dailyFile;
     157                Fits    dailyFile;
    158158                ///run-specific FITS output file
    159                 FactFits        runFile;
     159                Fits    runFile;
    160160#endif
    161161                ///the actual dimInfo pointer
Note: See TracChangeset for help on using the changeset viewer.