From b58cbe424db726d14e14f193392a5c6334363743 Mon Sep 17 00:00:00 2001 From: Martin Diehl Date: Tue, 19 May 2015 17:41:49 +0000 Subject: [PATCH] follow up to last commit --- code/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/Makefile b/code/Makefile index 46e82f8a1..3bf916c0e 100644 --- a/code/Makefile +++ b/code/Makefile @@ -333,7 +333,7 @@ DAMASK_spectral.exe: INTERFACENAME := DAMASK_spectral_interface.f90 SPECTRAL_FILES = prec.o DAMASK_interface.o IO.o libs.o numerics.o debug.o math.o \ - FEsolving.o mesh.o material.o lattice.o \ + FEsolving.o mesh.o material.o lattice.o constitutive.o \ $(DAMAGE_FILES) $(THERMAL_FILES) $(VACANCY_FILES) $(PLASTIC_FILES) \ crystallite.o $(HOMOGENIZATION_FILES) CPFEM.o \ DAMASK_spectral_utilities.o \