diff --git a/code/DAMASK_abaqus_exp.f b/code/DAMASK_abaqus_exp.f index 83236bf80..186f88ea4 100644 --- a/code/DAMASK_abaqus_exp.f +++ b/code/DAMASK_abaqus_exp.f @@ -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" diff --git a/code/DAMASK_abaqus_std.f b/code/DAMASK_abaqus_std.f index 086c2527b..852781c9c 100644 --- a/code/DAMASK_abaqus_std.f +++ b/code/DAMASK_abaqus_std.f @@ -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"