| # | 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"); | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |