call IO_error if inversion error in analytic jacobian calculation
This commit is contained in:
parent
98a297cd9e
commit
2f5d9376dc
|
@ -519,7 +519,8 @@ subroutine crystallite_stressAndItsTangent(updateJaco)
|
||||||
debug_g, &
|
debug_g, &
|
||||||
debug_CrystalliteLoopDistribution
|
debug_CrystalliteLoopDistribution
|
||||||
use IO, only: &
|
use IO, only: &
|
||||||
IO_warning
|
IO_warning, &
|
||||||
|
IO_error
|
||||||
use math, only: &
|
use math, only: &
|
||||||
math_inv33, &
|
math_inv33, &
|
||||||
math_identity2nd, &
|
math_identity2nd, &
|
||||||
|
|
Loading…
Reference in New Issue