From 44c9f368c736d27896b86e863fba9f1f18db418c Mon Sep 17 00:00:00 2001 From: jthorn Date: Fri, 19 Oct 2001 16:30:49 +0000 Subject: fix tiny typo in comment :) git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGHInterp/trunk@20 1c20744c-e24a-42ec-9533-f5004cb800e5 --- src/Interpolate.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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; \ -- cgit v1.2.3