aboutsummaryrefslogtreecommitdiff
path: root/src/macro/DYYDG_declare.h
diff options
context:
space:
mode:
authorknarf <knarf@b1d164ef-f17a-46e7-89d4-021c7118ef4e>2013-11-26 17:13:26 +0000
committerknarf <knarf@b1d164ef-f17a-46e7-89d4-021c7118ef4e>2013-11-26 17:13:26 +0000
commitf8a381abe621a87803ffb1c438683f6957cf6c76 (patch)
tree48c655852e7d3e8241ccff9d01c73d184f1f8051 /src/macro/DYYDG_declare.h
parent672b64b5c786096a4ae124c5fc1e6d7ea1bb0c19 (diff)
remove support for StaticConformalsvn
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinBase/ADMMacros/trunk@119 b1d164ef-f17a-46e7-89d4-021c7118ef4e
Diffstat (limited to 'src/macro/DYYDG_declare.h')
-rw-r--r--src/macro/DYYDG_declare.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/macro/DYYDG_declare.h b/src/macro/DYYDG_declare.h
index 100441a..4624158 100644
--- a/src/macro/DYYDG_declare.h
+++ b/src/macro/DYYDG_declare.h
@@ -37,7 +37,7 @@
#undef DYYDG_OODY2
#define DYYDG_OODY2 dyydg_oody2
#undef DYYDG_DYYDPSI_O_PSI
-#define DYYDG_DYYDPSI_O_PSI psiyy(i,j,k)
+#define DYYDG_DYYDPSI_O_PSI 0.
/* Declare internal variables */
CCTK_REAL DYYDG_FAC
@@ -75,7 +75,7 @@
#undef DYYDG_OODY2
#define DYYDG_OODY2 dyydg_oody2
#undef DYYDG_DYYDPSI_O_PSI
-#define DYYDG_DYYDPSI_O_PSI psiyy[ijk]
+#define DYYDG_DYYDPSI_O_PSI 0.
/* Declare internal variables */
CCTK_REAL DYYDG_FAC;