Changeset 12600 for trunk/Cosy


Ignore:
Timestamp:
11/21/11 13:11:40 (13 years ago)
Author:
tbretz
Message:
Display the first point correctly
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Cosy/tpoint/plot.C

    r10088 r12600  
    227227        Int_t bin1 = GetBin(g0, i+1);
    228228
    229         //cout << i << " " << bin0 << " " << bin1 << endl;
    230229        if (bin0<0)
    231             continue;
     230            bin0=0;
    232231
    233232        if (bin0==bin1)
Note: See TracChangeset for help on using the changeset viewer.