aboutsummaryrefslogtreecommitdiff
path: root/src/make.code.defn
diff options
context:
space:
mode:
authorrhaas <rhaas@c83d129a-5a75-4d5a-9c4d-ed3a5855bf45>2013-05-11 06:29:34 +0000
committerrhaas <rhaas@c83d129a-5a75-4d5a-9c4d-ed3a5855bf45>2013-05-11 06:29:34 +0000
commit007c18aa5e6aed27c7edbf71b1f03267c0ffef9d (patch)
tree6d9c4331bcf20e8fc4f7fc2ab4fbb6802b2293a0 /src/make.code.defn
parentd73ce95f867e1a041cc51b82a954b6578e24610c (diff)
GRHydro: Fixing Con2PrimM to call the proper point-wise routines
This re-introduces routines that work for hybrid/hot EOS and corresponding changes in pointwise routines for hot EOS error checking and temperature treatment by adding old EOSOmni pointwise routine. From: Philipp Moesta <pmoesta@tapir.caltech.edu> git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEvolve/GRHydro/trunk@511 c83d129a-5a75-4d5a-9c4d-ed3a5855bf45
Diffstat (limited to 'src/make.code.defn')
-rw-r--r--src/make.code.defn2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/make.code.defn b/src/make.code.defn
index 7bdd9f6..e7f495c 100644
--- a/src/make.code.defn
+++ b/src/make.code.defn
@@ -45,6 +45,8 @@ SRCS = Utils.F90 \
GRHydro_EoSChangeGamma.F90 \
GRHydro_Tmunu.F90 \
GRHydro_Con2PrimM.F90 \
+ GRHydro_Con2PrimM_pt_EOSOmniold.c \
+ GRHydro_Con2PrimM_pt_EOSOmni.c \
GRHydro_Con2PrimM_pt.c \
GRHydro_Con2PrimM_ptee.c \
GRHydro_Con2PrimM_polytype_pt.c \