Changeset 2888
- Timestamp:
- May 17, 2006, 10:03:22 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inundation/load_mesh/loadASCII.py
r2558 r2888 1057 1057 is less than max_points. 1058 1058 """ 1059 # check out pts2rectangular in least squares, and the use of reduction. 1060 # Maybe it does the same sort of thing? 1059 1061 point_atts = _read_pts_file(infile) 1060 1062 while point_atts['pointlist'].shape[0] > max_points:
Note: See TracChangeset
for help on using the changeset viewer.