tadd parameters to docstring - 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 43a754c8d75b526c6c6a23f5a860afd125c23c2e
 (DIR) parent 34f01363db74cfd472ee09cdf7ab9bb257a8b85d
 (HTM) Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
       Date:   Fri, 20 Feb 2015 11:54:24 +0100
       
       add parameters to docstring
       
       Diffstat:
         M python/sphere.py                    |       5 +++++
       
       1 file changed, 5 insertions(+), 0 deletions(-)
       ---
 (DIR) diff --git a/python/sphere.py b/python/sphere.py
       t@@ -1470,6 +1470,11 @@ class sim:
        
                :param verbose: Show diagnostic information (default = True)
                :type verbose: bool
       +        :param cell_centered: Write fluid values to cell centered positions
       +            (default = true)
       +        :type cell_centered: bool
       +        :param forces: Write contact force files (slow) (default = False)
       +        :type forces: bool
                '''
                lastfile = status(self.sid)
                sb = sim(fluid = self.fluid)