aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Interpolate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Interpolate.c b/src/Interpolate.c
index 3856ce2..0ddd1b3 100644
--- a/src/Interpolate.c
+++ b/src/Interpolate.c
@@ -166,7 +166,7 @@ CCTK_FILEVERSION(CactusPUGH_PUGHInterp_Interpolate_c)
/* at this point we have just computed */ \
/* interp_result = fk[0][*] interpolated to z=offset[2] */ \
/* = in_array[*][*][*] interpolated to */ \
- /* x=offset[0], y=offset[1], z=offset[k] */ \
+ /* x=offset[0], y=offset[1], z=offset[2] */ \
\
/* assign the result */ \
((cctk_type *) out_array)[n]subpart = interp_result; \