Fork me on GitHub

Changeset 464 in svn


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

minor change : cout of the output

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Examples/Convertors_Only.cpp

    r451 r464  
    206206    return -1;};
    207207
     208  string temp = outputfilename + " has been created ";
     209  cout << left << setw(20) << "** " <<""  << left << setw(30) << temp << ""
     210       << right << setw(19) << "**" << endl;
    208211  cout <<"**                       Exiting conversion...                     **"<< endl;
    209212  cout <<"*********************************************************************"<< endl;
Note: See TracChangeset for help on using the changeset viewer.