Ignore:
Timestamp:
02/20/13 14:49:37 (12 years ago)
Author:
tbretz
Message:
Add changes necessary to remove fits completely from namespace std in MARS.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/mreport/MReportDrive.cc

    r14861 r14935  
    8888}
    8989
    90 Bool_t MReportDrive::SetupReadingFits(std::fits &file)
     90Bool_t MReportDrive::SetupReadingFits(fits &file)
    9191{
    9292    return
     
    100100}
    101101
    102 Int_t MReportDrive::InterpreteFits(const std::fits &fits)
     102Int_t MReportDrive::InterpreteFits(const fits &fits)
    103103{
    104104    fCurrentZd = fNominalZd - fErrorZd;
Note: See TracChangeset for help on using the changeset viewer.