aboutsummaryrefslogtreecommitdiff
path: root/src/interp/i-analy.boot
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2008-04-07 18:26:13 +0000
committerdos-reis <gdr@axiomatics.org>2008-04-07 18:26:13 +0000
commit037f73f6e660f51447886aff6d0a60c122bd8507 (patch)
tree3fed0b2cf9e57d12b4271635672b725cb758cbd6 /src/interp/i-analy.boot
parentda9f79f1d47983d726e90858f85b074dc88d0866 (diff)
downloadopen-axiom-037f73f6e660f51447886aff6d0a60c122bd8507.tar.gz
* interp/i-analy.boot (pushDownOp?): Use setShellEntry.
* interp/nrunfast.boot (replaceGoGetSlot): Likewise. (lazyDomainSet): Likewise. * interp/nrungo.boot (goGet): Likewise.
Diffstat (limited to 'src/interp/i-analy.boot')
-rw-r--r--src/interp/i-analy.boot6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/interp/i-analy.boot b/src/interp/i-analy.boot
index a46c6b7a..dab675e8 100644
--- a/src/interp/i-analy.boot
+++ b/src/interp/i-analy.boot
@@ -1,4 +1,4 @@
--- Copyright (c) 1991-2002, The Numerical ALgorithms Group Ltd.
+-- Copyright (c) 1991-2002, The Numerical Algorithms Group Ltd.
-- All rights reserved.
-- Copyright (C) 2007-2008, Gabriel Dos Reis.
-- All rights reserved.
@@ -15,7 +15,7 @@
-- the documentation and/or other materials provided with the
-- distribution.
--
--- - Neither the name of The Numerical ALgorithms Group Ltd. nor the
+-- - Neither the name of The Numerical Algorithms Group Ltd. nor the
-- names of its contributors may be used to endorse or promote products
-- derived from this software without specific prior written permission.
--
@@ -186,7 +186,7 @@ pushDownOp?(op,n) ==
numMms := LENGTH ops
for [.,targ,:argl] in ops repeat
for arg in argl for i in 0.. repeat
- targ = arg => SETELT(sameAsTarg,i,1 + sameAsTarg.i)
+ targ = arg => setShellEntry(sameAsTarg,i,1 + sameAsTarg.i)
-- now see which args have their count = numMms
ok := NIL
for i in 0..(n-1) repeat