From 63d323eb18bd8bec69ad0d0f6aa33b3d8708e32a Mon Sep 17 00:00:00 2001
From: Dmitri Naumov <github@naumov.de>
Date: Tue, 29 Nov 2016 00:09:31 +0100
Subject: [PATCH] [Mat] MohrCoulomb. Fix parameter name in the docu.

---
 MaterialLib/FractureModels/MohrCoulomb.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MaterialLib/FractureModels/MohrCoulomb.h b/MaterialLib/FractureModels/MohrCoulomb.h
index afe20f2e394..5e9d100e108 100644
--- a/MaterialLib/FractureModels/MohrCoulomb.h
+++ b/MaterialLib/FractureModels/MohrCoulomb.h
@@ -81,7 +81,7 @@ public:
      * @param w           fracture displacement at current time step
      * @param sigma_prev  stress at previous time step
      * @param sigma       stress at current time step
-     * @param C           tangent matrix for stress and fracture displacements
+     * @param Kep         tangent matrix for stress and fracture displacements
      * @param material_state_variables   material state variables
      */
     void computeConstitutiveRelation(
-- 
GitLab