From c39aac9c9da1a207d53f8f4201722586f43b6424 Mon Sep 17 00:00:00 2001 From: Pratheek Shanthraj Date: Fri, 26 Sep 2014 16:10:41 +0000 Subject: [PATCH] makefile to go with renaming --- code/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/Makefile b/code/Makefile index 50a33cea0..fe83be829 100644 --- a/code/Makefile +++ b/code/Makefile @@ -357,7 +357,7 @@ DAMAGE_FILES = \ damage_none.o damage_brittle.o damage_ductile.o THERMAL_FILES = \ - thermal_none.o thermal_adiabatic.o + thermal_isothermal.o thermal_adiabatic.o CONSTITUTIVE_FILES = \ constitutive_dislotwin.o constitutive_dislokmc.o constitutive_j2.o constitutive_phenopowerlaw.o \ @@ -513,7 +513,7 @@ damage_brittle.o: damage_brittle.f90 \ damage_ductile.o: damage_ductile.f90 \ lattice.o -thermal_none.o: thermal_none.f90 \ +thermal_isothermal.o: thermal_isothermal.f90 \ lattice.o thermal_adiabatic.o: thermal_adiabatic.f90 \