/[PAMELA software]/YodaProfiler/src/R2-D2.cpp
ViewVC logotype

Diff of /YodaProfiler/src/R2-D2.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.9 by mocchiut, Tue Dec 5 12:23:16 2006 UTC revision 1.10 by mocchiut, Thu Jan 11 16:04:16 2007 UTC
# Line 628  int main(int numinp, char *inps[]){ Line 628  int main(int numinp, char *inps[]){
628          } else {          } else {
629            printf("\n\n");            printf("\n\n");
630          };          };
631          if ( (UInt_t)atoll(Row->GetField(0)) != rlist[nr] ){          if ( (UInt_t)atoll(Row->GetField(1)) != rlist[nr] ){
632            nr++;            nr++;
633            rlist[nr] = (UInt_t)atoll(Row->GetField(0));            rlist[nr] = (UInt_t)atoll(Row->GetField(1));
634          };          };
635        };        };
636        delete pResult;          delete pResult;  

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

  ViewVC Help
Powered by ViewVC 1.1.23