crystal_init() included in CPFEM.f90
This commit is contained in:
parent
b0ef9e4a94
commit
64f3f6ccee
|
@ -106,6 +106,7 @@
|
|||
! three dimensional stress state ?
|
||||
call math_init()
|
||||
call mesh_init()
|
||||
call crystal_init()
|
||||
call constitutive_init()
|
||||
call CPFEM_init()
|
||||
CPFEM_first_call = .false.
|
||||
|
|
Loading…
Reference in New Issue