ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE/libmdtools/DumpWriter.cpp
(Generate patch)

Comparing trunk/OOPSE/libmdtools/DumpWriter.cpp (file contents):
Revision 469 by mmeineke, Mon Apr 7 20:06:31 2003 UTC vs.
Revision 483 by gezelter, Wed Apr 9 04:06:43 2003 UTC

# Line 23 | Line 23 | DumpWriter::DumpWriter( SimInfo* the_entry_plug ){
23  
24    entry_plug = the_entry_plug;
25  
26  std::cerr << "Look at me I'm a freebird!\n";
27
26   #ifdef IS_MPI
27    if(worldRank == 0 ){
28   #endif // is_mpi
31    
32
29      
30      strcpy( outName, entry_plug->sampleName );
31      
# Line 43 | Line 39 | DumpWriter::DumpWriter( SimInfo* the_entry_plug ){
39        painCave.isFatal = 1;
40        simError();
41      }
46
47    std::cerr << "me TOO!\n";
42  
43      //outFile.setf( ios::scientific );
44  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines