Ignore:
Timestamp:
06/26/20 23:28:36 (5 years ago)
Author:
jdquinn
Message:

BUG: Corrected high-level bugs for test2010.py

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/classes/results.py

    r24213 r25168  
    33
    44class results(object):
    5     """
     5    '''
    66    RESULTS class definition
    77
    88       Usage:
    99          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    '''
    1118
    1219    def __init__(self, *args):  # {{{
Note: See TracChangeset for help on using the changeset viewer.