Ignore:
Timestamp:
02/11/05 17:50:42 (19 years ago)
Author:
mar637
Message:

cerr to cout changes were appropriate.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/SDAsciiWriter.cc

    r215 r414  
    175175//
    176176   of.close();
    177    cerr << "Wrote " << nRows << " rows into file " << fileName << endl;
     177   cout << "Wrote " << nRows << " rows into file " << fileName << endl;
    178178//   
    179179   return True;
Note: See TracChangeset for help on using the changeset viewer.