Changeset 1422


Ignore:
Timestamp:
May 18, 2005, 4:49:35 PM (19 years ago)
Author:
duncan
Message:

format fix

Location:
inundation/ga/storm_surge/pyvolution
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • inundation/ga/storm_surge/pyvolution/pmesh2domain.py

    r1183 r1422  
    7272    vertex_coordinates = mesh_dict['vertices']
    7373    volumes = mesh_dict['triangles']
    74 
    7574    vertex_quantity_dict = {}
    7675    point_atts = transpose(mesh_dict['vertex_attributes'])
  • inundation/ga/storm_surge/pyvolution/test_pmesh2domain.py

    r1183 r1422  
    67670 # <x> <y> ...Mesh Holes... \n \
    68680 # <x> <y> <attribute>...Mesh Regions... \n \
    69 0 # <x> <y> <attribute>...Mesh Regions, area... \n \
    70 # Geo reference \n \
     690 # <x> <y> <attribute>...Mesh Regions, area... \n\
     70#Geo reference \n \
    717156 \n \
    7272140 \n \
     
    120120                          "test_pmesh2Domain Too many boundaries")
    121121         #FIXME change to use get_xllcorner
     122         #print "d.geo_reference.xllcorner",domain.geo_reference.xllcorner
    122123         self.failUnless(domain.geo_reference.xllcorner  == 140.0,
    123124                          "bad geo_referece")
Note: See TracChangeset for help on using the changeset viewer.