[cig-commits] r11828 - short/3D/PyLith/trunk/playpen/euler

willic3 at geodynamics.org willic3 at geodynamics.org
Fri Apr 18 12:02:57 PDT 2008


Author: willic3
Date: 2008-04-18 12:02:56 -0700 (Fri, 18 Apr 2008)
New Revision: 11828

Modified:
   short/3D/PyLith/trunk/playpen/euler/euler.py
Log:
Fixed typo where I had the decimal point in the wrong place when specifying the
earth radius.


Modified: short/3D/PyLith/trunk/playpen/euler/euler.py
===================================================================
--- short/3D/PyLith/trunk/playpen/euler/euler.py	2008-04-18 05:54:56 UTC (rev 11827)
+++ short/3D/PyLith/trunk/playpen/euler/euler.py	2008-04-18 19:02:56 UTC (rev 11828)
@@ -142,7 +142,7 @@
     self.eulerPole = numpy.array([0.0, 0.0, 0.0], dtype=float)
     # Note that we use a mean radius since we are doing rotations on a
     # spherical Earth.
-    self.earthRad = 63727954.77598
+    self.earthRad = 6372795.477598
     return
 
 



More information about the cig-commits mailing list