/[eliot]/eliot/game/results.cpp
ViewVC logotype

Diff of /eliot/game/results.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.6 by ipkiss, Fri Nov 4 20:00:06 2005 UTC revision 1.7 by ipkiss, Sat Nov 5 15:48:59 2005 UTC
# Line 41  struct less_points : public binary_funct Line 41  struct less_points : public binary_funct
41    
42  const Round & Results::get(int i) const  const Round & Results::get(int i) const
43  {  {
44      ASSERT(0 <= i && i < size(),      ASSERT(0 <= i && i < size(), "Results index out of bounds");
            "Results index out of bounds");  
45      return m_rounds[i];      return m_rounds[i];
46  }  }
47    

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26