/[libvob]/libvob/vob/demo/multifil/randgraph.py
ViewVC logotype

Diff of /libvob/vob/demo/multifil/randgraph.py

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

revision 1.29 by jvk, Tue Aug 19 15:14:35 2003 UTC revision 1.30 by jvk, Mon Aug 25 05:22:50 2003 UTC
# Line 139  class Scene: Line 139  class Scene:
139              nodes1 = filter(lambda y: y != x and y["cs"] not in x["conns"],              nodes1 = filter(lambda y: y != x and y["cs"] not in x["conns"],
140                              nodes)                              nodes)
141    
142                if 1:
143                    if self.path2:
144                        nodes2 = filter(lambda y: y["cs"] in x["conns"], nodes)
145                    else:
146                        nodes2 = nodes1
147                    break
148    
149              if self.path2:              if self.path2:
150                  nodes2 = filter(lambda y: p2(x, y), nodes1)                  nodes2 = filter(lambda y: p2(x, y), nodes1)
151              else:              else:

Legend:
Removed from v.1.29  
changed lines
  Added in v.1.30

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