/[gzz]/gzz/gzz/vob/OrthoCoorder.java
ViewVC logotype

Diff of /gzz/gzz/vob/OrthoCoorder.java

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

revision 1.32 by tjl, Wed Sep 25 14:45:43 2002 UTC revision 1.33 by benja, Wed Sep 25 17:56:00 2002 UTC
# Line 173  public static final String rcsid = "$Id$ Line 173  public static final String rcsid = "$Id$
173                                        (OrthoRenderInfo) info);                                        (OrthoRenderInfo) info);
174                          return true;                          return true;
175                      }                      }
176                        
177                        try {
178                            other = interpList[my];
179                            if(other < 0) return false;
180                        } catch(ArrayIndexOutOfBoundsException _) {
181                            // XXX Not all coordsys must be in the matcher.
182                            // Therefore, it is legal for the matcher
183                            // to return an array that is too short.
184                            return false;
185                        }
186    
                     other = interpList[my];  
187                      setInterpInfo(my, interpTo, other, fract,                      setInterpInfo(my, interpTo, other, fract,
188                                    xoffs, yoffs, xscale, yscale,                                    xoffs, yoffs, xscale, yscale,
189                                    (OrthoRenderInfo)info);                                    (OrthoRenderInfo)info);

Legend:
Removed from v.1.32  
changed lines
  Added in v.1.33

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