Changeset 19956


Ignore:
Timestamp:
05/07/20 21:03:52 (5 years ago)
Author:
tbretz
Message:
Make sure that TTime is split in root 6, see bug report 10757
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/cmake/rootlogon.C.in

    r19755 r19956  
    9797    cout << endl;
    9898
     99    // see https://sft.its.cern.ch/jira/browse/ROOT-10757 for details
     100    TTime::Class()->SetCanSplit(true);
     101
    99102    if (gROOT->GetVersionInt()<60000 && !load())
    100103        return;                                 
Note: See TracChangeset for help on using the changeset viewer.