- Timestamp:
- 02/16/05 11:12:27 (20 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r6514 r6515 22 22 -*-*- END OF LINE -*-*- 23 23 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 24 30 2005/02/16 Abelardo Moralejo 25 31 … … 45 51 * mhist/MHCamEvent.cc: 46 52 - replaced the warn in SetupFill by an inf 47 48 53 49 54 … … 69 74 70 75 76 >>>>>>> 1.2616 71 77 2005/02/15 Thomas Bretz 72 78 -
trunk/MagicSoft/Mars/mdata/MDataChain.cc
r5956 r6515 347 347 348 348 const TString name = txt(1, txt.Length()); 349 #if ROOT_VERSION_CODE < ROOT_VERSION(4,0 2,00)349 #if ROOT_VERSION_CODE < ROOT_VERSION(4,01,00) 350 350 TMethodCall call(TMath::Class(), name, ""); 351 351 #else
Note:
See TracChangeset
for help on using the changeset viewer.