aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib/src/prolongate_3d_real8_eno.F90
diff options
context:
space:
mode:
Diffstat (limited to 'Carpet/CarpetLib/src/prolongate_3d_real8_eno.F90')
-rw-r--r--Carpet/CarpetLib/src/prolongate_3d_real8_eno.F902
1 files changed, 1 insertions, 1 deletions
diff --git a/Carpet/CarpetLib/src/prolongate_3d_real8_eno.F90 b/Carpet/CarpetLib/src/prolongate_3d_real8_eno.F90
index d803ec2e6..fbff861c4 100644
--- a/Carpet/CarpetLib/src/prolongate_3d_real8_eno.F90
+++ b/Carpet/CarpetLib/src/prolongate_3d_real8_eno.F90
@@ -25,7 +25,7 @@ function eno1d(q)
implicit none
CCTK_REAL8 :: eno1d
- CCTK_REAL8 :: q(4)
+ CCTK_REAL8, INTENT(IN) :: q(4)
CCTK_REAL8 :: zero, one, two, three, six, half, eighth
parameter (zero = 0)
parameter (two = 2)