Changeset 675


Ignore:
Timestamp:
Dec 6, 2004, 12:01:09 PM (20 years ago)
Author:
ole
Message:

Added issue about empty tag

File:
1 edited

Legend:

Unmodified
Added
Removed
  • inundation/ga/storm_surge/pmesh/documentation/issues.txt

    r670 r675  
    55
    66OPEN - issues that have not beeen resolved
     7
     8Issue: Internal boudaries get an empty string as tag (per default?)
     9Background: The notion of defaiults values for internal boundaries was removed, but this one seems to have taken its place. The following hack will
     10remove 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
    718Issue: When a file is saved as and then saved later, sometimes the
    819file name is not known.   Is it that 'clear' is removing the name
Note: See TracChangeset for help on using the changeset viewer.