| # | Line 57 | Line 57 | namespace OpenMD { | |
|---|---|---|
| 57 | return true; | |
| 58 | } | |
| 59 | ||
| 60 | < | int icharEnd; | 
| 60 | > | std::size_t icharEnd; | 
| 61 | if ((icharEnd = script.find('\r', ichCurrentCommand)) == std::string::npos && | |
| 62 | (icharEnd = script.find('\n', ichCurrentCommand)) == std::string::npos) { | |
| 63 | icharEnd = script.size(); | |
| – | Removed lines | 
| + | Added lines | 
| < | Changed lines | 
| > | Changed lines |