/[PAMELA software]/eventviewer/flight/src/FEventViewer.cpp
ViewVC logotype

Diff of /eventviewer/flight/src/FEventViewer.cpp

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

revision 1.3 by mocchiut, Tue May 11 09:13:50 2010 UTC revision 1.4 by mocchiut, Fri May 21 13:16:11 2010 UTC
# Line 56  int main(int numinp, char *inps[]){ Line 56  int main(int numinp, char *inps[]){
56        continue;        continue;
57      }        }  
58      // -----------------------------------------------------//      // -----------------------------------------------------//
59        else if (!strcmp(inps[i], "-selfile")){
60          selfile = (TString)inps[++i];
61          cout << "selfile "<<selfile.Data()<<endl;
62          continue;
63        }  
64        // -----------------------------------------------------//
65      else if (!strcmp(inps[i], "-v")){      else if (!strcmp(inps[i], "-v")){
66        beverbose = true;        beverbose = true;
67        continue;        continue;

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

  ViewVC Help
Powered by ViewVC 1.1.23