Changeset 9552 for trunk/MagicSoft/Mars/mbase/MAGIC.cc
- Timestamp:
- 02/23/10 10:43:20 (16 years ago)
- File:
-
- 1 edited
-
trunk/MagicSoft/Mars/mbase/MAGIC.cc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mbase/MAGIC.cc
r9518 r9552 40 40 bool MARS::CheckRootVer() 41 41 { 42 if (strcmp(gROOT->GetVersion(), "5.22/00")>0 )42 if (strcmp(gROOT->GetVersion(), "5.22/00")>0 && strcmp(gROOT->GetVersion(), "5.26/00")<0) 43 43 { 44 44 cout << "WARNING - Especially root 5.24/00 has a severe bug in projection 2D histograms" << endl;
Note:
See TracChangeset
for help on using the changeset viewer.
