aboutsummaryrefslogtreecommitdiff
path: root/src/macro/DYDG_declare.h
diff options
context:
space:
mode:
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]