From 7b620e3ce92f5c2d9ba322069e5205eb4cc11904 Mon Sep 17 00:00:00 2001 From: Martin Diehl Date: Fri, 17 May 2019 06:49:25 +0200 Subject: [PATCH] [skip ci] consistent with rest of the module --- src/math.f90 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/math.f90 b/src/math.f90 index 1740ebdb7..f2c0303da 100644 --- a/src/math.f90 +++ b/src/math.f90 @@ -274,6 +274,7 @@ pure function math_identity2nd(dimen) end function math_identity2nd + !-------------------------------------------------------------------------------------------------- !> @brief symmetric fourth rank identity tensor of specified dimension ! from http://en.wikipedia.org/wiki/Tensor_derivative_(continuum_mechanics)#Derivative_of_a_second-order_tensor_with_respect_to_itself @@ -626,6 +627,7 @@ pure function math_skew33(m) end function math_skew33 + !-------------------------------------------------------------------------------------------------- !> @brief hydrostatic part of a 33 matrix !--------------------------------------------------------------------------------------------------