Changeset 2723 for trunk/MagicSoft/Mars


Ignore:
Timestamp:
12/18/03 20:31:39 (21 years ago)
Author:
moralejo
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r2722 r2723  
    66
    77 2003/12/18: Abelardo Moralejo
     8
     9   * manalysis/Makefile, AnalysisLinkDef.h
     10     - Added missing classes MPedPhotCam, MPedPhotPix
    811
    912   * manalysis/MMcCalibrationCalc.[h,cc]
  • trunk/MagicSoft/Mars/manalysis/AnalysisLinkDef.h

    r2684 r2723  
    8787#pragma link C++ class MSimulatedAnnealing+;
    8888
     89#pragma link C++ class MPedPhotCam+;
     90#pragma link C++ class MPedPhotPix+;
    8991
    9092#endif
  • trunk/MagicSoft/Mars/manalysis/Makefile

    r2684 r2723  
    8888           MArrivalTimeCalc.cc \
    8989           MMcCalibrationCalc.cc \
    90            MSimulatedAnnealing.cc 
     90           MSimulatedAnnealing.cc \
     91           MPedPhotCam.cc \
     92           MPedPhotPix.cc
    9193
    9294SRCS    = $(SRCFILES)
Note: See TracChangeset for help on using the changeset viewer.