updated module include list for abaqus interface also.
This commit is contained in:
parent
a0b724836e
commit
c38b80ad49
|
@ -83,13 +83,9 @@ end module DAMASK_interface
|
|||
#include "material.f90"
|
||||
#include "lattice.f90"
|
||||
#include "damage_none.f90"
|
||||
#include "damage_local.f90"
|
||||
#include "damage_gradient.f90"
|
||||
#include "constitutive_damage.f90"
|
||||
#include "damage_brittle.f90"
|
||||
#include "thermal_none.f90"
|
||||
#include "thermal_conduction.f90"
|
||||
#include "thermal_adiabatic.f90"
|
||||
#include "constitutive_thermal.f90"
|
||||
#include "constitutive_none.f90"
|
||||
#include "constitutive_j2.f90"
|
||||
#include "constitutive_phenopowerlaw.f90"
|
||||
|
|
|
@ -83,13 +83,9 @@ end module DAMASK_interface
|
|||
#include "material.f90"
|
||||
#include "lattice.f90"
|
||||
#include "damage_none.f90"
|
||||
#include "damage_local.f90"
|
||||
#include "damage_gradient.f90"
|
||||
#include "constitutive_damage.f90"
|
||||
#include "damage_brittle.f90"
|
||||
#include "thermal_none.f90"
|
||||
#include "thermal_conduction.f90"
|
||||
#include "thermal_adiabatic.f90"
|
||||
#include "constitutive_thermal.f90"
|
||||
#include "constitutive_none.f90"
|
||||
#include "constitutive_j2.f90"
|
||||
#include "constitutive_phenopowerlaw.f90"
|
||||
|
|
Loading…
Reference in New Issue