/[gzz]/gzz/gzz/view/VobVanishingClient.java
ViewVC logotype

Diff of /gzz/gzz/view/VobVanishingClient.java

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

revision 1.6 by tjl, Wed Sep 25 14:45:43 2002 UTC revision 1.7 by benja, Wed Sep 25 18:18:51 2002 UTC
# Line 173  public class VobVanishingClient implemen Line 173  public class VobVanishingClient implemen
173          int cs1 = into.matcher.getCS(cell1);          int cs1 = into.matcher.getCS(cell1);
174          int cs2 = into.matcher.getCS(cell2);          int cs2 = into.matcher.getCS(cell2);
175    
176          if(cs2 < 0)          if(cs1 < 0 && cs2 < 0)
177                throw new Error("Neither cell seems to have been put, yet");
178            else if(cs2 < 0)
179              into.map.put(pstubs[dx], cs1);              into.map.put(pstubs[dx], cs1);
180          else if(cs1 < 0)          else if(cs1 < 0)
181              into.map.put(nstubs[dx], cs2);              into.map.put(nstubs[dx], cs2);

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

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