tadd docstring on verbose flag - 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 9034f035473763e3754baa35caab5322177d5062
 (DIR) parent f7201db24191523cbc2184e50143d4de1b57a463
 (HTM) Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
       Date:   Mon, 24 Nov 2014 14:44:31 +0100
       
       add docstring on verbose flag
       
       Diffstat:
         M python/sphere.py                    |       4 ++++
       
       1 file changed, 4 insertions(+), 0 deletions(-)
       ---
 (DIR) diff --git a/python/sphere.py b/python/sphere.py
       t@@ -3133,6 +3133,10 @@ class sim:
        
                :param k_c: Permeability prefactor value [m*m]
                :type k_c: float
       +        :param verbose: Print information about the realistic permeabilities and
       +            hydraulic conductivities to expect with the chosen permeability
       +            prefactor.
       +        :type verbose: bool
                '''
                if self.cfd_solver[0] == 1:
                    self.k_c[0] = k_c