Changeset 409


Ignore:
Timestamp:
Oct 15, 2004, 3:46:38 PM (20 years ago)
Author:
duncan
Message:

bug fixing

File:
1 edited

Legend:

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

    r407 r409  
    1010import visualmesh
    1111import os
    12 
    13 
    14 transDict = { 'bx': 'boundX',
    15               'by': 'boundY',
    16               'x':  'adjX',
    17               'y':  'adjY',
    18               'S':  'uniqueIDINT',
    19               'M':  'meshuniqueIDINT'}
    2012
    2113# CONSTANTS
     
    788780   
    789781        self.visualiseMesh(self.mesh)
     782        self.ResizeToFit()
    790783       
    791784    def exportASCIIsegmentoutlinefile(self):
Note: See TracChangeset for help on using the changeset viewer.