/[gzz]/gzz/gzz/vob/impl/DefaultVobMatcher.java
ViewVC logotype

Diff of /gzz/gzz/vob/impl/DefaultVobMatcher.java

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

revision 1.10 by tjl, Wed Feb 12 17:42:19 2003 UTC revision 1.11 by tjl, Thu Feb 13 14:39:31 2003 UTC
# Line 30  import java.util.*; Line 30  import java.util.*;
30  public class DefaultVobMatcher implements VobMatcher {  public class DefaultVobMatcher implements VobMatcher {
31  private static final String rcsid = "$Id$";    private static final String rcsid = "$Id$";  
32      public static boolean dbg = false;      public static boolean dbg = false;
33      private static void pa(String s) { System.err.println(s); }      private static void pa(String s) { System.out.println(s); }
34    
35      static final int INITIAL_SIZE = 20;      static final int INITIAL_SIZE = 20;
36      static final Object NULL = new Object();      static final Object NULL = new Object();
# Line 134  private static final String rcsid = "$Id Line 134  private static final String rcsid = "$Id
134    
135      public int[] interpList(VobMatcher other0, boolean towardsOther) {      public int[] interpList(VobMatcher other0, boolean towardsOther) {
136          DefaultVobMatcher other = (DefaultVobMatcher)other0;          DefaultVobMatcher other = (DefaultVobMatcher)other0;
137            if(dbg) dump();
138            if(dbg) other.dump();
139          int[] interpList = new int[maxcs+1];          int[] interpList = new int[maxcs+1];
140          if(dbg) pa("interplist: "+interpList[0]);          if(dbg) pa("interplist: "+interpList[0]);
141          int[] toOther = null;          int[] toOther = null;

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

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