aboutsummaryrefslogtreecommitdiff
path: root/src/make.code.defn
diff options
context:
space:
mode:
authorrhaas <rhaas@c83d129a-5a75-4d5a-9c4d-ed3a5855bf45>2014-04-15 19:49:20 +0000
committerrhaas <rhaas@c83d129a-5a75-4d5a-9c4d-ed3a5855bf45>2014-04-15 19:49:20 +0000
commit049af2cc59378aa11c3277dd6b62958ac247702e (patch)
tree3548cd911c26c476cdf7f5cbee5f92eba5ef1379 /src/make.code.defn
parent2d8261901aa3ad8f9ec2bb1468a4e735b9e7d9d1 (diff)
GRHydro: New reconstruction interface. All in template C++.
Tested with TOV and compared to old implementation. Seems to work. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEvolve/GRHydro/trunk@622 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 df16d8c..f39f91c 100644
--- a/src/make.code.defn
+++ b/src/make.code.defn
@@ -28,6 +28,7 @@ SRCS = Utils.F90 \
GRHydro_PreLoop.F90 \
GRHydro_Prim2Con.F90 \
GRHydro_Reconstruct.F90 \
+ GRHydro_Reconstruct.cc \
GRHydro_ReconstructPoly.F90 \
GRHydro_RegisterMask.c \
GRHydro_RegisterVars.cc \