Ignore:
Timestamp:
03/01/09 21:54:27 (16 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/MagicSoft/Mars/mhvstime/MHVsTime.cc ΒΆ

    r9153 r9369  
    245245    if (fN==fNumEvents)
    246246    {
    247         if (fMaxPts>0 && fGraph->GetN()>fMaxPts || fGraph->IsEditable())
     247        if ((fMaxPts>0 && fGraph->GetN()>fMaxPts) || fGraph->IsEditable())
    248248        {
    249249            fGraph->RemovePoint(0);
Note: See TracChangeset for help on using the changeset viewer.