--- trunk/OOPSE/libmdtools/DumpWriter.cpp 2003/04/03 21:12:51 450 +++ trunk/OOPSE/libmdtools/DumpWriter.cpp 2003/04/07 20:06:31 469 @@ -23,6 +23,8 @@ DumpWriter::DumpWriter( SimInfo* the_entry_plug ){ entry_plug = the_entry_plug; + std::cerr << "Look at me I'm a freebird!\n"; + #ifdef IS_MPI if(worldRank == 0 ){ #endif // is_mpi @@ -41,7 +43,9 @@ DumpWriter::DumpWriter( SimInfo* the_entry_plug ){ painCave.isFatal = 1; simError(); } - + + std::cerr << "me TOO!\n"; + //outFile.setf( ios::scientific ); #ifdef IS_MPI