Changeset 2122 for production
- Timestamp:
- Dec 6, 2005, 5:46:37 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
production/karratha_2005/get_timeseries.py
r2083 r2122 66 66 max_depth = 0 67 67 max_momentum = 0 68 for i, t in enumerate(f.T): 68 for i, t in enumerate(f.T): # T is a list of times 69 69 #if tmin < t < tmax: 70 70 w = f(t, point_id = k)[0]
Note: See TracChangeset
for help on using the changeset viewer.