Changeset 675
- Timestamp:
- Dec 6, 2004, 12:01:09 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inundation/ga/storm_surge/pmesh/documentation/issues.txt
r670 r675 5 5 6 6 OPEN - issues that have not beeen resolved 7 8 Issue: Internal boudaries get an empty string as tag (per default?) 9 Background: The notion of defaiults values for internal boundaries was removed, but this one seems to have taken its place. The following hack will 10 remove the tag: 11 #for b in domain.boundary.keys(): 12 # if domain.boundary[b] == '': 13 # del domain.boundary[b] 14 # 15 #domain = Domain(domain.coordinates, domain.triangles, domain.boundary) 16 17 7 18 Issue: When a file is saved as and then saved later, sometimes the 8 19 file name is not known. Is it that 'clear' is removing the name
Note: See TracChangeset
for help on using the changeset viewer.