Changeset 2019
- Timestamp:
- Nov 11, 2005, 12:03:04 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inundation/pmesh/load_mesh/loadASCII.py
r1657 r2019 953 953 954 954 ### 955 # IMPORT/EXPORT XYAFILES955 # IMPORT/EXPORT POINTS FILES 956 956 ### 957 957 … … 1038 1038 1039 1039 def reduce_pts(infile, outfile, max_points, verbose = False): 1040 """ 1041 reduces a points file by removong every second point until the # of points 1042 is less than max_points. 1043 """ 1040 1044 point_atts = _read_pts_file(infile) 1041 1045 while point_atts['pointlist'].shape[0] > max_points:
Note: See TracChangeset
for help on using the changeset viewer.