Changeset 657


Ignore:
Timestamp:
Dec 2, 2004, 1:27:56 PM (20 years ago)
Author:
duncan
Message:

added more comments to .tsh file

File:
1 edited

Legend:

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

    r578 r657  
    267267        regionattributes.append(stringmarker)
    268268    regionmaxareas = []
     269    line = fd.readline()
     270    print "DSG REGION",line
    269271    for index in range(int(numOfRegions)): # Read in the Max area info
    270272        line = fd.readline()
Note: See TracChangeset for help on using the changeset viewer.