Changeset 26307 for issm/trunk-jpl/src/m/classes/solidearth.py
- Timestamp:
- 06/08/21 14:40:15 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/classes/solidearth.py
r26299 r26307 17 17 Usage: 18 18 solidearth = solidearth() 19 solidearth = solidearth('earth') 20 21 TODO: 22 - Update translation from solidearth.m 19 23 """ 20 24 … … 71 75 self.external = [] 72 76 73 # Earthradius77 # Planet radius 74 78 self.planetradius = planetradius(planet) 75 79 #}}}
Note:
See TracChangeset
for help on using the changeset viewer.