aboutsummaryrefslogtreecommitdiff
path: root/src/maple
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2002-04-16 15:04:18 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2002-04-16 15:04:18 +0000
commitbb5ca689de80c2584fcf2cfca342fc19750c6ad7 (patch)
treee963abe19c5fcc061809d98048e8be147e1d3ea1 /src/maple
parent4fccaae0fde63cd99a3e7af22d81da7165caa8d5 (diff)
s/od;/end do;/
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@519 f88db872-0e4f-0410-b76b-b9085cfa78c5
Diffstat (limited to 'src/maple')
-rw-r--r--src/maple/codegen2.maple2
-rw-r--r--src/maple/util.maple2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/maple/codegen2.maple b/src/maple/codegen2.maple
index ba4f811..32a3303 100644
--- a/src/maple/codegen2.maple
+++ b/src/maple/codegen2.maple
@@ -326,7 +326,7 @@ fi;
elif (type(rname, indexed) and (op(0,rname) = rn))
then return true;
fi;
- od;
+ end do;
return false;
end;
diff --git a/src/maple/util.maple b/src/maple/util.maple
index a2ec9ec..09932e2 100644
--- a/src/maple/util.maple
+++ b/src/maple/util.maple
@@ -144,7 +144,7 @@ len2 := nops(list2);
elif (list1[k] > list2[k])
then return false;
fi;
- od;
+ end do;
# get to here ==> the shorter list is an exact prefix of the longer one
# ==> order the shorter one < the longer one