Changeset 2401


Ignore:
Timestamp:
Feb 14, 2006, 3:23:50 PM (18 years ago)
Author:
ole
Message:

Comment about ensure_numeric

File:
1 edited

Legend:

Unmodified
Added
Removed
  • inundation/pmesh/mesh_interface.py

    r2397 r2401  
    5252    #IDEA (Ole): Let us work out what the mesh_geo_reference is automatically:
    5353    #If bounding_polygon is absolute it would look as follows:
    54     # (assuming bounding_polygon is a Numeric array)
     54    #
     55    #from utilities.numerical_tools import ensure_numeric   
     56    #bounding_polygon = ensure_numeric(bounding_polygon) #Make it Numeric
    5557    #xllcorner = min(bounding_polygon[:,0])
    5658    #yllcorner = min(bounding_polygon[:,1])   
Note: See TracChangeset for help on using the changeset viewer.