math_transpose33 not used
This commit is contained in:
parent
db657a7a9e
commit
7d0a1ebea6
|
@ -397,8 +397,7 @@ subroutine damage_anisoDuctile_LdAndItsTangent(Ld, dLd_dTstar3333, Tstar_v, ipc,
|
|||
math_Mandel33to6, &
|
||||
math_tensorproduct, &
|
||||
math_det33, &
|
||||
math_mul33x33, &
|
||||
math_transpose33
|
||||
math_mul33x33
|
||||
|
||||
implicit none
|
||||
integer(pInt), intent(in) :: &
|
||||
|
|
|
@ -353,7 +353,6 @@ subroutine damage_gurson_microstructure(ipc, ip, el)
|
|||
use math, only: &
|
||||
math_Mandel6to33, &
|
||||
math_mul33x33, &
|
||||
math_transpose33, &
|
||||
math_I3, &
|
||||
math_norm33
|
||||
|
||||
|
|
Loading…
Reference in New Issue