Ignore:
Timestamp:
01/11/01 12:54:21 (24 years ago)
Author:
harald
Message:
The first implementation of a gui to test the data of Octobertest
was implemented. Therefore the two subdirs mgui and mdatacheck
were introduced. The program for the gui is called -> mars <-.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mbase/MReadTree.cc

    r458 r463  
    142142    // get entry
    143143    //
    144     fTree->GetEntry(fNumEntry/*++*/);
     144    fTree->GetEntry(fNumEntry );
     145
     146    fNumEntry ++ ;
     147
    145148    return kTRUE;
    146149}
Note: See TracChangeset for help on using the changeset viewer.