Changeset 4014


Ignore:
Timestamp:
Nov 20, 2006, 4:58:11 PM (18 years ago)
Author:
nick
Message:

added maxlon to urs2sww.. pass was missing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_core/source/anuga/shallow_water/data_manager.py

    r3975 r4014  
    41164116    To include a value min may equal it, while max must exceed it.
    41174117    Lat and lon are assumed to be in decimal degrees.
    4118     NOTE: min Lon is the most east boundary.
     4118    NOTE: minlon is the most east boundary.
    41194119   
    41204120    origin is a 3-tuple with geo referenced
     
    41384138               maxlat=maxlat,
    41394139               minlon=minlon,
     4140               maxlon=maxlon,
    41404141               mint=mint,
    41414142               maxt=maxt,
Note: See TracChangeset for help on using the changeset viewer.