aboutsummaryrefslogtreecommitdiff
path: root/src/macro/TRT_declare.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/macro/TRT_declare.h')
-rw-r--r--src/macro/TRT_declare.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/macro/TRT_declare.h b/src/macro/TRT_declare.h
index 00d5f35..e70997f 100644
--- a/src/macro/TRT_declare.h
+++ b/src/macro/TRT_declare.h
@@ -104,10 +104,10 @@
#define TRT_TRT trt_trt
/* Declare temporary variables */
- double TRT_IALP2;
+ CCTK_REAL TRT_IALP2;
/* Declare output variables */
- double TRT_TR;
+ CCTK_REAL TRT_TR;
#endif