Changeset 25168 for issm/trunk-jpl/src/m/classes/results.py
- Timestamp:
- 06/26/20 23:28:36 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/classes/results.py
r24213 r25168 3 3 4 4 class results(object): 5 """5 ''' 6 6 RESULTS class definition 7 7 8 8 Usage: 9 9 results = results() 10 """ 10 11 TODO: 12 - Modify output so that it matches that of 13 14 disp(md.results.<<solutionstring>>) 15 16 where <<solutionstring>> is one of the values from solve.m 17 ''' 11 18 12 19 def __init__(self, *args): # {{{
Note:
See TracChangeset
for help on using the changeset viewer.