aboutsummaryrefslogtreecommitdiff
path: root/src/make.code.defn
diff options
context:
space:
mode:
authorbmundim <bmundim@ac85fae7-cede-4708-beff-ae01c7fa1c26>2010-10-08 20:29:50 +0000
committerbmundim <bmundim@ac85fae7-cede-4708-beff-ae01c7fa1c26>2010-10-08 20:29:50 +0000
commit2b84e1494caf85bb43ab35d7208c669df61fdc85 (patch)
treebb0ef6a565e1df331f4ec8d8779e1e66ea6bbc71 /src/make.code.defn
parente3fbc24c806b834739036fb24d50880cac598c1d (diff)
Add the magnetized routine versions for prim2con2prim
and vice versa. Add the magnetized version for the ShockTube routine. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/GRHydro_InitData/trunk@114 ac85fae7-cede-4708-beff-ae01c7fa1c26
Diffstat (limited to 'src/make.code.defn')
-rw-r--r--src/make.code.defn6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/make.code.defn b/src/make.code.defn
index fd18296..dc78381 100644
--- a/src/make.code.defn
+++ b/src/make.code.defn
@@ -3,13 +3,17 @@
# Source files in this directory
SRCS = GRHydro_C2P2C.F90 \
+ GRHydro_C2P2CM.F90 \
GRHydro_Con2Prim.F90 \
GRHydro_ReconstructTest.F90 \
GRHydro_ShockTube.F90 \
+ GRHydro_ShockTubeM.F90 \
GRHydro_Only_Atmo.F90 \
GRHydro_ReadConformalData.F90 \
GRHydro_SimpleWave.F90 \
- CheckParam.c
+ CheckParam.c\
+ GRHydro_P2C2P.F90 \
+ GRHydro_P2C2PM.F90
# Subdirectories containing source files
SUBDIRS =