Changeset 1803


Ignore:
Timestamp:
Sep 8, 2005, 10:28:45 AM (18 years ago)
Author:
tdhu
Message:

Updated to start using dictionaries for header files. Note this code is not yet completed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • inundation/pyvolution/ermapper_grids.py

    r1794 r1803  
    9292    return grid_as_float
    9393
     94def create_default_header(header)
     95    # fill any blanks in a header dictionary with default values
     96    # input parameters:
     97    # header:   a dictionary containing fields that are not meant
     98    #           to be filled with default values
     99
     100   
Note: See TracChangeset for help on using the changeset viewer.