aboutsummaryrefslogtreecommitdiff
path: root/Tools/CodeGen/CodeGenCactus.m
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@gmail.com>2013-01-19 21:36:53 -0500
committerErik Schnetter <schnetter@gmail.com>2013-01-19 21:36:53 -0500
commit5e05812c6134b849246fa133ccedc396577277f8 (patch)
treefd18b7021b6f89a9b8f0099743adf1247bf6b53c /Tools/CodeGen/CodeGenCactus.m
parente72110a6b602978ef07a1746142ae911195d378e (diff)
Correct variables names for loop bounds
Diffstat (limited to 'Tools/CodeGen/CodeGenCactus.m')
-rw-r--r--Tools/CodeGen/CodeGenCactus.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/CodeGen/CodeGenCactus.m b/Tools/CodeGen/CodeGenCactus.m
index 6088e6c..f3b1b7a 100644
--- a/Tools/CodeGen/CodeGenCactus.m
+++ b/Tools/CodeGen/CodeGenCactus.m
@@ -389,7 +389,7 @@ DefFn[
"(", functionName, ",\n",
" i,j,k, imin[0],imin[1],imin[2], imax[0],imax[1],imax[2],\n",
" cctk_ash[0],cctk_ash[1],cctk_ash[2]",
- If[vectorise, {",\n", " imin,imax, CCTK_REAL_VEC_SIZE"}, ""],
+ If[vectorise, {",\n", " kimin,kimax, CCTK_REAL_VEC_SIZE"}, ""],
")\n",
"{\n",
IndentBlock[