ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/branches/development/src/utils/Utility.cpp
(Generate patch)

Comparing branches/development/src/utils/Utility.cpp (file contents):
Revision 1873 by gezelter, Wed Feb 20 15:39:39 2013 UTC vs.
Revision 1874 by gezelter, Wed May 15 15:09:35 2013 UTC

# Line 56 | Line 56 | namespace OpenMD {
56        result.clear();
57        result.insert(result.begin(), sequence.size(), wildCard);
58        std::vector<std::vector<std::string>::iterator>::iterator i;
59 <      for ( i = cont.begin(); i != cont.end(); i++){
59 >      for ( i = cont.begin(); i != cont.end(); ++i){
60          result[*i - sequence.begin()] = **i;
61        }
62      }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines