/[libvob]/libvob/org/nongnu/libvob/impl/gl/GLVobCoorder.java
ViewVC logotype

Diff of /libvob/org/nongnu/libvob/impl/gl/GLVobCoorder.java

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

revision 1.5 by tjl, Fri Mar 21 09:42:51 2003 UTC revision 1.6 by tjl, Thu Apr 24 18:46:39 2003 UTC
# Line 176  public static final String rcsid = "$Id$ Line 176  public static final String rcsid = "$Id$
176          GL.transformSq(ninds, inds, floats, cs, into);          GL.transformSq(ninds, inds, floats, cs, into);
177      }      }
178    
179        abstract public int concatInverse(int f, int g);
180        // Then some simple implementations
181        public int invert(int f) {
182            return concatInverse(0, f);
183        }
184  }  }
185    
186    

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

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