Changeset 2022 for inundation/pyvolution/combine_pts.py
- Timestamp:
- Nov 14, 2005, 10:15:25 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inundation/pyvolution/combine_pts.py
r1917 r2022 148 148 #print "extent",extent 149 149 150 #get a list of in point indices151 #FIXME closed doesn't seems to work here.152 #FIXME (Ole): This functionality has a unittest - so we need a bit153 #more information than that :-)154 #FIXME (dsg): Ha ha. I think changes that we've done have fixed this.155 # Did the unit tests I did for combine_pts show that it didn't156 #seem to work? Or that it works now? It's hard to tell.157 # Let's close this fixme, due to everybogy thinking that there is158 # no problem.159 150 inside_indices = inside_polygon(points['pointlist'], 160 151 extent, closed=True)
Note: See TracChangeset
for help on using the changeset viewer.