Last change
on this file since 21726 was 21726, checked in by Mathieu Morlighem, 8 years ago |
CHG added Archive/21337-21723
|
File size:
589 bytes
|
Rev | Line | |
---|
[21726] | 1 | Index: ../trunk-jpl/src/m/classes/slr.py
|
---|
| 2 | ===================================================================
|
---|
| 3 | --- ../trunk-jpl/src/m/classes/slr.py (revision 21461)
|
---|
| 4 | +++ ../trunk-jpl/src/m/classes/slr.py (revision 21462)
|
---|
| 5 | @@ -87,8 +87,8 @@
|
---|
| 6 | self.fluid_love=0.942;
|
---|
| 7 |
|
---|
| 8 | #moment of inertia:
|
---|
| 9 | - self.equatorial_moi=8.0077*10^37; # [kg m^2]
|
---|
| 10 | - self.polar_moi =8.0345*10^37; # [kg m^2]
|
---|
| 11 | + self.equatorial_moi=8.0077*10**37; # [kg m^2]
|
---|
| 12 | + self.polar_moi =8.0345*10**37; # [kg m^2]
|
---|
| 13 |
|
---|
| 14 | #mean rotational velocity of earth
|
---|
| 15 | self.angular_velocity=7.2921*10**-5; # [s^-1]
|
---|
Note:
See
TracBrowser
for help on using the repository browser.