aboutsummaryrefslogtreecommitdiff
path: root/src/macro/DYDG_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/DYDG_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/DYDG_declare.h')
-rw-r--r--src/macro/DYDG_declare.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/macro/DYDG_declare.h b/src/macro/DYDG_declare.h
index 1c8c745..e56eee6 100644
--- a/src/macro/DYDG_declare.h
+++ b/src/macro/DYDG_declare.h
@@ -17,10 +17,10 @@
/* Input variables */
#undef DYDG_PSI
-#define DYDG_PSI psi(i,j,k)
+#define DYDG_PSI 1.
#undef DYDG_DYDPSI_O_PSI
-#define DYDG_DYDPSI_O_PSI psiy(i,j,k)
+#define DYDG_DYDPSI_O_PSI 0.
#undef DYDG_GXX
#define DYDG_GXX gxx(i,j,k)
@@ -89,10 +89,10 @@
/* Input variables */
#undef DYDG_PSI
-#define DYDG_PSI psi[ijk]
+#define DYDG_PSI 1.
#undef DYDG_DYDPSI_O_PSI
-#define DYDG_DYDPSI_O_PSI psiy[ijk]
+#define DYDG_DYDPSI_O_PSI 0.
#undef DYDG_GXX
#define DYDG_GXX gxx[ijk]