aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorjthorn <jthorn@1c20744c-e24a-42ec-9533-f5004cb800e5>2001-10-19 16:30:49 +0000
committerjthorn <jthorn@1c20744c-e24a-42ec-9533-f5004cb800e5>2001-10-19 16:30:49 +0000
commit44c9f368c736d27896b86e863fba9f1f18db418c (patch)
treefafe23a4c660646a82986bbe051365154b9d8937 /src
parent0e2bd788d3498bc4a674b4d68f0212b905c2c53d (diff)
fix tiny typo in comment :)
git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGHInterp/trunk@20 1c20744c-e24a-42ec-9533-f5004cb800e5
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; \