Changeset 4934 for trunk/MagicSoft/Mars
- Timestamp:
- 09/10/04 18:45:52 (20 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/manalysis/Makefile
r4841 r4934 21 21 INCLUDES = -I. -I../mbase -I../mmc -I../mraw -I../mgeom -I../mfilter \ 22 22 -I../mdata -I../mhbase -I../mhist -I../mgui -I../mimage \ 23 -I../mhistmc -I../mfileio -I../mmain -I../m calib\23 -I../mhistmc -I../mfileio -I../mmain -I../mhcalib -I../mcalib \ 24 24 -I../msignal -I../mpointing -I../mtools -I../mfbase \ 25 -I../mbadpixels -I../mastro -I../mpedestal 25 -I../mbadpixels -I../mastro -I../mpedestal 26 26 # mcalib: MGeomApply (MCalibrationCam) 27 27 -
trunk/MagicSoft/Mars/mcalib/MCalibrate.cc
r4605 r4934 64 64 65 65 #include "MParList.h" 66 #include "MH.h"67 66 68 67 #include "MGeomCam.h" -
trunk/MagicSoft/Mars/mcalib/Makefile
r4930 r4934 19 19 # connect the include files defined in the config.mk file 20 20 # 21 INCLUDES = -I. -I../mbase -I../mgui -I../mgeom \21 INCLUDES = -I. -I../mbase -I../mgui -I../mgeom -I../mhcalib -I../mhbase \ 22 22 -I../manalysis -I../mraw -I../mtools -I../mmc -I../mhist \ 23 23 -I../mimage -I../msignal -I../mbadpixels -I../mpedestal
Note:
See TracChangeset
for help on using the changeset viewer.