- Timestamp:
- 07/06/06 10:07:26 (18 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r7778 r7780 18 18 19 19 -*-*- END OF LINE -*-*- 20 21 2006/07/06 Thomas Bretz 22 23 * Makefile.conf.linux: 24 - removed options -Wstrict-prototypes -Wmissing-prototypes 25 obsolete for C++ 26 27 * mastro/MAstro.h, mgui/MCamEvent.h: 28 - added virtual destructor to make gcc 4.1 happy 29 30 * mfilter/MFMagicCuts.cc, mtools/MagicJam.cc: 31 - added includes to make gcc 4.1 happy 32 33 * mranforest/MRanForestCalc.cc: 34 - added include for the compilation with root 5.10/00 35 36 20 37 21 38 2006/07/05 Thomas Bretz -
trunk/MagicSoft/Mars/Makefile.conf.linux
r4021 r7780 17 17 # ----->>> settings for compilation 18 18 # 19 OPTIM = -O5 -Wall -fno-exceptions -fPIC -Wpointer-arith -Wcast-align -Wconversion -W strict-prototypes -Wmissing-prototypes -Woverloaded-virtual19 OPTIM = -O5 -Wall -fno-exceptions -fPIC -Wpointer-arith -Wcast-align -Wconversion -Woverloaded-virtual 20 20 # ggc 3.2: removed -fnonnull-objects -Wtraditional -Wnested-externs 21 21 DEBUG = -
trunk/MagicSoft/Mars/mastro/MAstro.h
r7632 r7780 21 21 22 22 public: 23 virtual ~MAstro() { } 24 23 25 // Unit conversion 24 26 static Double_t Parsec2Meter() { return 3.0856776e+16; } -
trunk/MagicSoft/Mars/mfilter/MFMagicCuts.cc
r7191 r7780 86 86 87 87 #include <fstream> 88 #include <errno.h> 88 89 89 90 #include "MHMatrix.h" -
trunk/MagicSoft/Mars/mgui/MCamEvent.h
r7438 r7780 11 11 { 12 12 public: 13 virtual ~MCamEvent() { } 14 13 15 virtual Bool_t GetPixelContent(Double_t &val, Int_t idx, const MGeomCam &cam, Int_t type=0) const = 0; 14 16 virtual void DrawPixelContent(Int_t num) const = 0; -
trunk/MagicSoft/Mars/mranforest/MRanForestCalc.cc
r7710 r7780 33 33 34 34 #include <TF1.h> 35 #include <TFile.h> 35 36 #include <TGraph.h> 36 37 #include <TVector.h> -
trunk/MagicSoft/Mars/mtools/MagicJam.cc
r7343 r7780 56 56 #include <fstream> 57 57 58 #include <errno.h> 59 58 60 #include <KeySymbols.h> 59 61
Note:
See TracChangeset
for help on using the changeset viewer.