Fork me on GitHub

Changeset 480 in svn for trunk/src/LHEFConverter.cc


Ignore:
Timestamp:
Jul 14, 2009, 12:53:49 PM (15 years ago)
Author:
Xavier Rouby
Message:

minor change: cleaning of the 'cout' and 'cerr'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/LHEFConverter.cc

    r466 r480  
    194194           {
    195195              cerr << left  << setw(30) <<"**   ERROR: Can't find file  "<<""
    196                   << left  << setw(20) << filename                       <<""
    197                   << right << setw(19) <<"for input **"<<""<<endl;
     196                  << left  << setw(36) << filename                       <<""
     197                  << right << setw(3) <<" **"<<""<<endl;
    198198              continue;
    199199           }
Note: See TracChangeset for help on using the changeset viewer.