ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/branches/new_design/OOPSE-2.0/src/utils/LocalIndexManager.hpp
(Generate patch)

Comparing branches/new_design/OOPSE-2.0/src/utils/LocalIndexManager.hpp (file contents):
Revision 1840 by tim, Tue Nov 30 17:54:22 2004 UTC vs.
Revision 1841 by tim, Fri Dec 3 17:59:45 2004 UTC

# Line 71 | Line 71 | class IndexListContainer{
71              if (indexContainer_.front().first  == indexContainer_.front().second) {
72                  indexContainer_.pop_front();
73              } else if (indexContainer_.front().first < indexContainer_.front().second) {
74 <                --indexContainer_.front().first;
74 >                ++indexContainer_.front().first;
75              } else {
76                  std::cerr << "" << std::endl;
77              }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines