Changeset 1625


Ignore:
Timestamp:
Jul 20, 2005, 1:22:38 PM (19 years ago)
Author:
ole
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • inundation/ga/storm_surge/pmesh/pmesh.py

    r1501 r1625  
    561561        region = self.drawRegion(x_origin, y_origin, 0)
    562562        region.setTag("setheight10")
    563         geo_reference = Geo_reference(zone=DEFAULT_ZONE,
    564                                 xllcorner=offset_x,
    565                                 yllcorner=offset_x)
    566         ###self.mesh.geo_reference(zone=56,
    567            #                     xllcorner=offset_x,
    568             #                    yllcorner=offset_x)
     563        self.mesh.geo_reference = Geo_reference(zone=DEFAULT_ZONE,
     564                                                xllcorner=offset_x,
     565                                                yllcorner=offset_y)
    569566           
    570567        #Since the new vertex may be off screen
Note: See TracChangeset for help on using the changeset viewer.