| # | Line 483 | Line 483 | namespace oopse { | |
|---|---|---|
| 483 | } | |
| 484 | } | |
| 485 | ||
| 486 | < | sprintf(writeLine, "\n"); | 
| 487 | < | os << writeLine; | 
| 486 | > | os << writeLine << "\n"; | 
| 487 | ||
| 488 | } // end for(int l =0) | |
| 489 | ||
| # | Line 606 | Line 605 | namespace oopse { | |
| 605 | } | |
| 606 | } | |
| 607 | ||
| 608 | < | sprintf(writeLine, "\n"); | 
| 610 | < | os << writeLine; | 
| 608 | > | os << writeLine << "\n"; | 
| 609 | ||
| 610 | } //end for(iter = integrableObject.begin()) | |
| 611 | } | |
| – | Removed lines | 
| + | Added lines | 
| < | Changed lines | 
| > | Changed lines |