Changeset 28029


Ignore:
Timestamp:
12/19/23 13:24:11 (15 months ago)
Author:
jdquinn
Message:

CHG: Cleanup

Location:
issm/trunk-jpl/src/m
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/exp/expread.py

    r25455 r28029  
    88
    99def expread(filename):
    10     """EXPREAD - read a exp file and build a list of OrderedDicts
     10    """expread - read a exp file and build a list of OrderedDicts
    1111
    1212    This routine reads a file .exp and builds a list of OrderedDicts containing
     
    2525
    2626    See Also:
    27     - EXPDOC
    28     - EXPWRITEASVERTICES
     27    - expdoc
     28    - expwriteasvertices
    2929
    3030    TODO:
  • issm/trunk-jpl/src/m/exp/expwrite.py

    r26988 r28029  
    33
    44def expwrite(contours, filename):
    5     """EXPWRITE - write an Argus file from a dictionary given in input
     5    """expwrite - write an Argus file from a dictionary given in input
    66
    77    This routine writes an Argus file from a dict containing the fields:
     
    1616        expwrite(coordstruct, 'domainoutline.exp')
    1717
    18     See also EXPDOC, EXPREAD, EXPWRITEASVERTICES
     18    See also:
     19    - expdoc
     20    - expread
     21    - expwriteasvertices
    1922    """
    2023
  • issm/trunk-jpl/src/m/geometry/VolumeAboveFloatation.py

    r27825 r28029  
    77
    88def VolumeAboveFloatation(md, step=None, flags=None):
    9    '''
    10 VOLUMEABOVEFLOATATION - returns volume above floatation
     9   """VolumeAboveFlotation - returns volume above floatation
    1110
    1211   Usage:
     
    1413      V = VolumeAboveFloatation(md,10)       % Will look at step 10 of transient solution
    1514      V = VolumeAboveFloatation(md,10,flags) % Will look at step 10 of transient solution, only flaged elements
    16    '''
     15   """
    1716   isverb = 0 # verbosity.
    1817
Note: See TracChangeset for help on using the changeset viewer.