Changeset 2088 for trunk/MagicSoft/Mars


Ignore:
Timestamp:
05/07/03 13:53:46 (21 years ago)
Author:
tonello
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r2087 r2088  
    11                                                 -*-*- END OF LINE -*-*-
     2
     3
     4 2003/05/07: Nadia Tonello
     5   * manalysis/MCT1PointingCorrCalc.[h,cc]
     6     - deleted the fMcEvt variable (not used).
     7
    28
    39 2003/05/07: Thomas Bretz
  • trunk/MagicSoft/Mars/manalysis/MCT1PointingCorrCalc.cc

    r1952 r2088  
    3535#include "MParList.h"
    3636
    37 #include "MMcEvt.hxx"
    3837#include "MSrcPosCam.h"
    3938#include "MGeomCam.h"
     
    6968    }
    7069
    71 
    72     fMcEvt = (MMcEvt*)pList->FindObject("MMcEvt");
    73     if (!fMcEvt)
    74     {
    75         *fLog << err << "MMcEvt not found... aborting." << endl;
    76         return kFALSE;
    77     }
    78 
    79     fHourAngle = (MParameterD*)pList->FindObject("HourAngle", "MParameterD");
     70   fHourAngle = (MParameterD*)pList->FindObject("HourAngle", "MParameterD");
    8071    if (!fHourAngle)
    8172    {
     
    131122}
    132123
     124
     125
  • trunk/MagicSoft/Mars/manalysis/MCT1PointingCorrCalc.h

    r1965 r2088  
    1414#endif
    1515
    16 class MMcEvt;
    1716class MSrcPosCam;
    1817class MParameterD;
     
    2221{
    2322private:
    24     MMcEvt       *fMcEvt;       
     23
    2524    MSrcPosCam   *fSrcPos;
    2625    TString       fSrcName;
Note: See TracChangeset for help on using the changeset viewer.