Changeset 19833 for trunk/Mars


Ignore:
Timestamp:
10/30/19 15:37:07 (5 years ago)
Author:
tbretz
Message:
Typo
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/mhist/MHCamera.cc

    r19832 r19833  
    164164
    165165    // It seems ROOTv6 does not properly close these two members
    166     if (rc.fUsed.GetSize()==0)
     166    if (rc->fUsed.GetSize()==0)
    167167        rc->fUsed = fUsed;
    168     if (rc.fBinEntries.GetSize()==0)
     168    if (rc->fBinEntries.GetSize()==0)
    169169        rc->fBinEntries = fBinEntries;
    170170
Note: See TracChangeset for help on using the changeset viewer.