Changeset 6515 for trunk


Ignore:
Timestamp:
02/16/05 11:12:27 (20 years ago)
Author:
gaug
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r6514 r6515  
    2222                                                 -*-*- END OF LINE -*-*-
    2323
     24 2005/02/16 Markus Gaug
     25
     26   * mdata/MDataChain.cc
     27     - replaced ROOT version check for the compiler from 4.02.00 to
     28       4.01.00
     29
    2430 2005/02/16 Abelardo Moralejo
    2531
     
    4551   * mhist/MHCamEvent.cc:
    4652     - replaced the warn in SetupFill by an inf
    47 
    4853
    4954
     
    6974
    7075
     76>>>>>>> 1.2616
    7177 2005/02/15 Thomas Bretz
    7278
  • trunk/MagicSoft/Mars/mdata/MDataChain.cc

    r5956 r6515  
    347347
    348348    const TString name = txt(1, txt.Length());
    349 #if ROOT_VERSION_CODE < ROOT_VERSION(4,02,00)
     349#if ROOT_VERSION_CODE < ROOT_VERSION(4,01,00)
    350350    TMethodCall call(TMath::Class(), name, "");
    351351#else
Note: See TracChangeset for help on using the changeset viewer.