URI:
       tremove typo - sphere - GPU-based 3D discrete element method algorithm with optional fluid coupling
  HTML git clone git://src.adamsgaard.dk/sphere
   DIR Log
   DIR Files
   DIR Refs
   DIR LICENSE
       ---
   DIR commit 58ff5bd68ccb54e91018d6a92cf0bbcb791d9923
   DIR parent 8d0a3d46b503475d3421879790a168b3eae45395
  HTML Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
       Date:   Mon,  2 Mar 2015 13:30:13 +0100
       
       remove typo
       
       Diffstat:
         M python/sphere.py                    |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/python/sphere.py b/python/sphere.py
       t@@ -6548,7 +6548,7 @@ class sim:
                    for i in numpy.arange(sb.status()):
                        sb.readstep(i, verbose = False)
                        t[i] = sb.currentTime()
       -                I[i] = sb.inertiaParameterPlan[i]arShear()
       +                I[i] = sb.inertiaParameterPlanarShear()
        
                    # Plotting
                    if outformat != 'txt':