Changeset 2723 for trunk/MagicSoft/Mars
- Timestamp:
- 12/18/03 20:31:39 (21 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r2722 r2723 6 6 7 7 2003/12/18: Abelardo Moralejo 8 9 * manalysis/Makefile, AnalysisLinkDef.h 10 - Added missing classes MPedPhotCam, MPedPhotPix 8 11 9 12 * manalysis/MMcCalibrationCalc.[h,cc] -
trunk/MagicSoft/Mars/manalysis/AnalysisLinkDef.h
r2684 r2723 87 87 #pragma link C++ class MSimulatedAnnealing+; 88 88 89 #pragma link C++ class MPedPhotCam+; 90 #pragma link C++ class MPedPhotPix+; 89 91 90 92 #endif -
trunk/MagicSoft/Mars/manalysis/Makefile
r2684 r2723 88 88 MArrivalTimeCalc.cc \ 89 89 MMcCalibrationCalc.cc \ 90 MSimulatedAnnealing.cc 90 MSimulatedAnnealing.cc \ 91 MPedPhotCam.cc \ 92 MPedPhotPix.cc 91 93 92 94 SRCS = $(SRCFILES)
Note:
See TracChangeset
for help on using the changeset viewer.