Fork me on GitHub

Changeset 463 in svn for trunk


Ignore:
Timestamp:
Jul 10, 2009, 3:49:03 PM (15 years ago)
Author:
Xavier Rouby
Message:

minor change: remove the TODO section

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Delphes.cpp

    r457 r463  
    6767
    6868//------------------------------------------------------------------------------
    69 void todo(string filename) {
    70   ifstream infile(filename.c_str());
    71   cout << "** TODO list ..." << endl;
    72   while(infile.good()) {
    73     string temp;
    74     getline(infile,temp);
    75     cout << "*" << temp << endl;
    76   }
    77   cout << "** done...\n";
    78 }
    79 
    80 //------------------------------------------------------------------------------
    8169
    8270int main(int argc, char *argv[])
    8371{
    84   
     72 
    8573  int appargc = 2;
    8674  char *appName= new char[20];
     
    789777  delete VFD;
    790778 
    791   //  todo("TODO");
    792779}
Note: See TracChangeset for help on using the changeset viewer.