aboutsummaryrefslogtreecommitdiff
path: root/src/make.code.defn
diff options
context:
space:
mode:
authorrhaas <rhaas@c83d129a-5a75-4d5a-9c4d-ed3a5855bf45>2014-04-15 19:48:44 +0000
committerrhaas <rhaas@c83d129a-5a75-4d5a-9c4d-ed3a5855bf45>2014-04-15 19:48:44 +0000
commite704df2771e72ccdf9046967bb95545ddd735e67 (patch)
tree6efb82e7874a32ee07f0b6a9ea943394129a5599 /src/make.code.defn
parent4930461e8cfe3a79d3598372172690909df24768 (diff)
GRHydro: New C++ ePPM algorithm
Tested with TOV star. Improved comments and pointed out a difference to F90 code which makes the C++ code more accurate. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEvolve/GRHydro/trunk@609 c83d129a-5a75-4d5a-9c4d-ed3a5855bf45
Diffstat (limited to 'src/make.code.defn')
-rw-r--r--src/make.code.defn1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/make.code.defn b/src/make.code.defn
index 941afc1..ea823e4 100644
--- a/src/make.code.defn
+++ b/src/make.code.defn
@@ -84,6 +84,7 @@ SRCS = Utils.F90 \
Con2PrimM_fortran_interfaces.F90 \
GRHydro_Prim2Con.c \
GRHydro_PPM.cc \
+ GRHydro_ePPM.cc \
GRHydro_PPMReconstruct_drv_opt.cc \
GRHydro_Wrappers.F90