aboutsummaryrefslogtreecommitdiff
path: root/src/macro/DETG_declare.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/macro/DETG_declare.h')
-rw-r--r--src/macro/DETG_declare.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/macro/DETG_declare.h b/src/macro/DETG_declare.h
index 50aecde..d64fe33 100644
--- a/src/macro/DETG_declare.h
+++ b/src/macro/DETG_declare.h
@@ -14,7 +14,7 @@
/* Input variables */
#undef DETG_PSI
-#define DETG_PSI psi(i,j,k)
+#define DETG_PSI 1.
#undef DETG_GXX
#define DETG_GXX gxx(i,j,k)
@@ -70,7 +70,7 @@
/* Input variables */
#undef DETG_PSI
-#define DETG_PSI psi[ijk]
+#define DETG_PSI 1.
#undef DETG_GXX
#define DETG_GXX gxx[ijk]