tFix units in docstring for tensile_heal_rate - Granular.jl - Julia package for granular dynamics simulation
 (HTM) git clone git://src.adamsgaard.dk/Granular.jl
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit c6482c2d3564de1ffd604cb369ff4d696734d30c
 (DIR) parent c1c29f47904a825bc479ff4c0081661b4b6f54e7
 (HTM) Author: Anders Damsgaard <andersd@riseup.net>
       Date:   Tue, 20 Feb 2018 19:35:42 -0500
       
       Fix units in docstring for tensile_heal_rate
       
       Diffstat:
         M src/grain.jl                        |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/src/grain.jl b/src/grain.jl
       t@@ -68,7 +68,7 @@ are optional, and come with default values.  The only required arguments are
        * `tensile_strength::Float64 = 0.`: contact-tensile (cohesive) bond strength
            [Pa].
        * `tensile_heal_rate::Float64 = 0.`: rate at which contact-tensile bond strength
       -    is obtained [1/s].
       +    is obtained [Pa/s].
        * `fracture_toughness::Float64 = 0.`: maximum compressive
            strength on granular contact (not currently enforced) [m^{1/2}*Pa]. A value
            of 1.285e3 m^{1/2}*Pa is used for sea ice by Hopkins 2004.