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

Comparing trunk/OOPSE/libmdtools/OtherVisitor.cpp (file contents):
Revision 1126 by tim, Tue Apr 20 05:39:38 2004 UTC vs.
Revision 1127 by tim, Tue Apr 20 16:56:40 2004 UTC

# Line 465 | Line 465 | const string WaterTypeVisitor:: toString(){
465    sprintf(buffer ,"------------------------------------------------------------------\n");
466    result += buffer;
467  
468 <  sprintf(buffer ,"Visitor name: %s", visitorName.c_str());
468 >  sprintf(buffer ,"Visitor name: %s\n", visitorName.c_str());
469    result += buffer;
470  
471    sprintf(buffer ,"Visitor Description: Replace the atom type in water model\n");

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines