From c38b80ad49454ee96cdfec9d0ebe45deb27bff5c Mon Sep 17 00:00:00 2001 From: Luv Sharma Date: Wed, 24 Sep 2014 11:11:17 +0000 Subject: [PATCH] updated module include list for abaqus interface also. --- code/DAMASK_abaqus_exp.f | 6 +----- code/DAMASK_abaqus_std.f | 6 +----- 2 files changed, 2 insertions(+), 10 deletions(-) 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"