Changeset 19815 for trunk/FACT++


Ignore:
Timestamp:
10/27/19 20:06:24 (5 years ago)
Author:
tbretz
Message:
Copy and Paste error
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/root2sql.cc

    r19808 r19815  
    518518            continue;
    519519
    520         c.SetBranchStatus(B->GetName(), 1);
     520        T->SetBranchStatus(B->GetName(), 1);
    521521        if (verbose>2)
    522522            cout << "Enable Branch: " << B->GetName() << endl;
Note: See TracChangeset for help on using the changeset viewer.