tfix visualization call - sphere - GPU-based 3D discrete element method algorithm with optional fluid coupling
 (HTM) git clone git://src.adamsgaard.dk/sphere
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) LICENSE
       ---
 (DIR) commit 947d7cadf6dc8d403570356c09bc022d6ed00d8b
 (DIR) parent 47859ce34c1917a9b4a2f277fd750f9086401e60
 (HTM) Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
       Date:   Tue, 16 Jun 2015 09:18:12 +0200
       
       fix visualization call
       
       Diffstat:
         M python/collision.py                 |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/python/collision.py b/python/collision.py
       t@@ -48,7 +48,7 @@ SB.run()
        ### ANALYSIS OF SIMULATION RESULTS
        
        # Plot the system energy through time, image saved as collision-energy.png
       -sphere.visualize(SB.sid, method = 'energy')
       +SB.visualize(method = 'energy')
        
        # Render the particles using the built-in raytracer
        SB.render()