Ignore:
Timestamp:
Jan 14, 2009, 4:15:18 PM (15 years ago)
Author:
ole
Message:

Work on Patong validation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_work/production/patong/run_patong.py

    r6133 r6168  
    151151        elev = building_heights[key]
    152152        L.append((poly, elev))
    153        
    154     #Q1 = domain.get_quantity('elevation')
    155     #Q2 = Quantity(domain) # Temporary quantity for buildings
    156     #Q2.set_values(Polygon_function(L, default=0.0))
    157153    domain.add_quantity('elevation', Polygon_function(L, default=0.0))
    158154   
Note: See TracChangeset for help on using the changeset viewer.