aboutsummaryrefslogtreecommitdiff
path: root/src/macro/DZDG_declare.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/macro/DZDG_declare.h')
-rw-r--r--src/macro/DZDG_declare.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/macro/DZDG_declare.h b/src/macro/DZDG_declare.h
index 19b367b..c43f437 100644
--- a/src/macro/DZDG_declare.h
+++ b/src/macro/DZDG_declare.h
@@ -17,10 +17,10 @@
/* Input variables */
#undef DZDG_PSI
-#define DZDG_PSI psi(i,j,k)
+#define DZDG_PSI 1.
#undef DZDG_DZDPSI_O_PSI
-#define DZDG_DZDPSI_O_PSI psiz(i,j,k)
+#define DZDG_DZDPSI_O_PSI 0.
#undef DZDG_GXX
#define DZDG_GXX gxx(i,j,k)
@@ -90,10 +90,10 @@
/* Input variables */
#undef DZDG_PSI
-#define DZDG_PSI psi[ijk]
+#define DZDG_PSI 1.
#undef DZDG_DZDPSI_O_PSI
-#define DZDG_DZDPSI_O_PSI psiz[ijk]
+#define DZDG_DZDPSI_O_PSI 0.
#undef DZDG_GXX
#define DZDG_GXX gxx[ijk]