aboutsummaryrefslogtreecommitdiff
path: root/src/make.code.defn
diff options
context:
space:
mode:
authorrideout <rideout@80bd93c7-81bc-453a-9e3f-619c0b4f6fe4>2002-07-31 08:26:31 +0000
committerrideout <rideout@80bd93c7-81bc-453a-9e3f-619c0b4f6fe4>2002-07-31 08:26:31 +0000
commit24e70272e83e7c2d0f7d482a7303974a15ae39b5 (patch)
tree305ad8cd268a4983c47f9afd844f74821f6cf9b0 /src/make.code.defn
parentde3c11bf0308f78efc8c89ab33df96b3cfe44efc (diff)
Register symmetries of Ricci.
Apply symmetry and flat boundary conditions to Ricci. Added testsuite for Ricci output. Fixes CactusEinstein/1165. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/ADMAnalysis/trunk@14 80bd93c7-81bc-453a-9e3f-619c0b4f6fe4
Diffstat (limited to 'src/make.code.defn')
-rw-r--r--src/make.code.defn3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/make.code.defn b/src/make.code.defn
index ec1603b..c3ae6cc 100644
--- a/src/make.code.defn
+++ b/src/make.code.defn
@@ -2,8 +2,7 @@
# $Header$
# Source files in this directory
-SRCS = ParamCheck.c Analysis.c CartToSphere.c Ricci.c Trace.c
+SRCS = ParamCheck.c Symmetry.c Analysis.c CartToSphere.c Ricci.c Trace.c
# Subdirectories containing source files
SUBDIRS =
-