makefile to go with renaming

This commit is contained in:
Pratheek Shanthraj 2014-09-26 16:10:41 +00:00
parent 40cd991496
commit c39aac9c9d
1 changed files with 2 additions and 2 deletions

View File

@ -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 \