/[libvob]/libvob/include/vob/Coorder.hxx
ViewVC logotype

Diff of /libvob/include/vob/Coorder.hxx

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

revision 1.6 by tjl, Wed Jun 11 17:41:55 2003 UTC revision 1.7 by tjl, Thu Jul 31 08:55:40 2003 UTC
# Line 128  public: Line 128  public:
128    
129      int size() { return cs.size(); }      int size() { return cs.size(); }
130      Transform *get(int i) {      Transform *get(int i) {
131            if(i < 0) return 0;
132            if((unsigned)i >= cs.size()) return 0;
133          return cs[i];          return cs[i];
134      }      }
135  };  };

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