Changeset 2888


Ignore:
Timestamp:
May 17, 2006, 10:03:22 AM (19 years ago)
Author:
duncan
Message:

comments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • inundation/load_mesh/loadASCII.py

    r2558 r2888  
    10571057    is less than max_points.
    10581058    """
     1059    # check out pts2rectangular in least squares, and the use of reduction.
     1060    # Maybe it does the same sort of thing?
    10591061    point_atts = _read_pts_file(infile)
    10601062    while point_atts['pointlist'].shape[0] > max_points:
Note: See TracChangeset for help on using the changeset viewer.