--- trunk/OOPSE/libmdtools/DumpWriter.cpp 2003/03/26 23:14:02 416 +++ trunk/OOPSE/libmdtools/DumpWriter.cpp 2003/03/27 01:49:45 417 @@ -134,7 +134,7 @@ void DumpWriter::writeDump( double currentTime ){ << entry_plug->box_z << "\n"; for (i = 0 ; i < mpiSim->getTotAtoms(); i++ ) { - // Get the Node number which has this molecule: + // Get the Node number which has this atom; which_node = AtomToProcMap[i];