/[gzz]/gzz/gzz/gfx/gl/GLVobCoorder.java
ViewVC logotype

Diff of /gzz/gzz/gfx/gl/GLVobCoorder.java

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

revision 1.24 by benja, Mon Sep 9 13:48:16 2002 UTC revision 1.25 by benja, Sat Sep 14 14:07:01 2002 UTC
# Line 95  public static final String rcsid = "$Id$ Line 95  public static final String rcsid = "$Id$
95                      cx+" "+cy+" "+x_x+" "+x_y+" "+y_x+" "+y_y);                      cx+" "+cy+" "+x_x+" "+x_y+" "+y_x+" "+y_y);
96    
97              // a REAL kludge              // a REAL kludge
98                if(dbg) pa("Passed key: "+key);
99              key = new Integer(key.hashCode() % 27482963 * 427189 + (keys[into]!=null?keys[into].hashCode() : 89761));              key = new Integer(key.hashCode() % 27482963 * 427189 + (keys[into]!=null?keys[into].hashCode() : 89761));
100                if(dbg) {
101                    pa("Old key: "+keys[into]);
102                    pa("New key: "+key);
103                }
104          }          }
105          coordsys[ncoordsys]     = cx;          coordsys[ncoordsys]     = cx;
106          coordsys[ncoordsys + 1] = cy;          coordsys[ncoordsys + 1] = cy;

Legend:
Removed from v.1.24  
changed lines
  Added in v.1.25

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