Ignore:
Timestamp:
02/23/10 10:43:20 (16 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mbase/MAGIC.cc

    r9518 r9552  
    4040bool MARS::CheckRootVer()
    4141{
    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)
    4343    {
    4444        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.