bugfix: correct file name and compilation order

This commit is contained in:
Martin Diehl 2021-01-26 20:27:04 +01:00
parent 6db58dffb7
commit dff0434eb5
1 changed files with 2 additions and 2 deletions

View File

@ -27,12 +27,12 @@
#include "phase_mechanics_plastic_phenopowerlaw.f90"
#include "phase_mechanics_plastic_kinehardening.f90"
#include "phase_mechanics_plastic_dislotwin.f90"
#include "phase_mechanics_plastic_disloTungsten.f90"
#include "phase_mechanics_plastic_dislotungsten.f90"
#include "phase_mechanics_plastic_nonlocal.f90"
#include "phase_mechancis_anelastic_thermalexpansion.f90"
#include "phase_mechanics_anelastic_cleavageopening.f90"
#include "phase_mechanics_anelastic_slipplaneopening.f90"
#include "phase_thermal.f90"
#include "phase_mechanics_anelastic_thermalexpansion.f90"
#include "phase_thermal_dissipation.f90"
#include "phase_thermal_externalheat.f90"
#include "phase_damage.f90"