ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/trunk/src/selection/SelectionCompiler.cpp
(Generate patch)

Comparing trunk/src/selection/SelectionCompiler.cpp (file contents):
Revision 2068 by gezelter, Wed Jul 16 14:42:50 2014 UTC vs.
Revision 2069 by gezelter, Thu Mar 5 16:30:23 2015 UTC

# 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();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines