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 926 by tim, Mon Jan 12 20:37:59 2004 UTC vs.
Revision 927 by tim, Mon Jan 12 22:54:42 2004 UTC

# Line 347 | Line 347 | void DumpWriter::writeDump( double currentTime ){
347                   atomData13[11],
348                   atomData13[12]);
349          
350 <        strcat( writeLine, tempBuffer );
350 >        strcpy( writeLine, tempBuffer );
351          
352        }
353        
# Line 675 | Line 675 | void DumpWriter::writeFinal(double finalTime){
675            MPI_Recv(atomData13, 13, MPI_DOUBLE, which_node,
676                     myPotato, MPI_COMM_WORLD, &istatus);
677          } else {
678          printf("inside \n");  
678            MPI_Recv(atomData6, 6, MPI_DOUBLE, which_node,
679                     myPotato, MPI_COMM_WORLD, &istatus);          
680          }
# Line 779 | Line 778 | void DumpWriter::writeFinal(double finalTime){
778                   atomData13[11],
779                   atomData13[12]);
780          
781 <        strcat( writeLine, tempBuffer );
781 >        strcpy( writeLine, tempBuffer );
782          
783        }
784          

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines