aboutsummaryrefslogtreecommitdiff
path: root/src/macro/DXDG_declare.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/macro/DXDG_declare.h')
-rw-r--r--src/macro/DXDG_declare.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/macro/DXDG_declare.h b/src/macro/DXDG_declare.h
index c2a61d5..f4bc6bf 100644
--- a/src/macro/DXDG_declare.h
+++ b/src/macro/DXDG_declare.h
@@ -17,10 +17,10 @@
/* Input variables */
#undef DXDG_PSI
-#define DXDG_PSI psi(i,j,k)
+#define DXDG_PSI 1.
#undef DXDG_DXDPSI_O_PSI
-#define DXDG_DXDPSI_O_PSI psix(i,j,k)
+#define DXDG_DXDPSI_O_PSI 0.
#undef DXDG_GXX
#define DXDG_GXX gxx(i,j,k)
@@ -74,10 +74,10 @@
/* Input variables */
#undef DXDG_PSI
-#define DXDG_PSI psi[ijk]
+#define DXDG_PSI 1.
#undef DXDG_DXDPSI_O_PSI
-#define DXDG_DXDPSI_O_PSI psix[ijk]
+#define DXDG_DXDPSI_O_PSI 0.
#undef DXDG_GXX
#define DXDG_GXX gxx[ijk]