Changeset 9369 for trunk/MagicSoft/Mars/mhvstime
- Timestamp:
- 03/01/09 21:54:27 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/MagicSoft/Mars/mhvstime/MHVsTime.cc ΒΆ
r9153 r9369 245 245 if (fN==fNumEvents) 246 246 { 247 if ( fMaxPts>0 && fGraph->GetN()>fMaxPts|| fGraph->IsEditable())247 if ((fMaxPts>0 && fGraph->GetN()>fMaxPts) || fGraph->IsEditable()) 248 248 { 249 249 fGraph->RemovePoint(0);
Note:
See TracChangeset
for help on using the changeset viewer.