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

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

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

revision 1.4 by benja, Wed Sep 25 19:27:32 2002 UTC revision 1.5 by tjl, Thu Sep 26 11:01:47 2002 UTC
# Line 92  public class DefaultVobMatcher implement Line 92  public class DefaultVobMatcher implement
92      public int[] interpList(VobMatcher other0) {      public int[] interpList(VobMatcher other0) {
93          DefaultVobMatcher other = (DefaultVobMatcher)other0;          DefaultVobMatcher other = (DefaultVobMatcher)other0;
94          int[] interpList = new int[maxcs+1];          int[] interpList = new int[maxcs+1];
95            interpList[0] = maxcs+1;
96            if(dbg) pa("interplist: "+interpList[0]);
97          for(int i=1; i<maxcs+1; i++) {          for(int i=1; i<maxcs+1; i++) {
98              if(keyByCs[i] == null)              if(keyByCs[i] == null)
99                  interpList[i] = -1;                  interpList[i] = -1;
# Line 110  public class DefaultVobMatcher implement Line 112  public class DefaultVobMatcher implement
112                  if(dbg) pa(i+" "+k.parent+" "+other_parent+" "+                  if(dbg) pa(i+" "+k.parent+" "+other_parent+" "+
113                             interpList[i]+" "+k.key);                             interpList[i]+" "+k.key);
114              }              }
115                if(dbg) pa(": "+interpList[i]);
116          }          }
117    
118          return interpList;          return interpList;
119      }      }
120  }  }

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

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