aboutsummaryrefslogtreecommitdiff
path: root/src/interp/bc-matrix.boot.pamphlet
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2007-10-11 08:14:53 +0000
committerdos-reis <gdr@axiomatics.org>2007-10-11 08:14:53 +0000
commit4e8869ad7f8dfe1de8b53d3696da5dd17824df0e (patch)
tree3f2281c5100cbc5facaa1db598ccb456d36c6489 /src/interp/bc-matrix.boot.pamphlet
parent1b192667b7dc3f8a0ad9fcc78c0a2f527c95b9fc (diff)
downloadopen-axiom-4e8869ad7f8dfe1de8b53d3696da5dd17824df0e.tar.gz
* Makefile.pamphlet (<<nag-c02.clisp>>): Remove.
(<<nag-c05.clisp>>): Likewise. (<<nag-c06.clisp>>): Likewise. (<<nag-d01.clisp>>): Likewise. (<<nag-d02.clisp>>): Likewise. (<<nag-d03.clisp>>): Likewise. (<<nag-e01.clisp>>): Likewise. (<<nag-e02.clisp>>): Likewise. (<<nag-e04.clisp>>): Likewise. (<<nag-f01.clisp>>): Likewise. (<<nag-f02.clisp>>): Likewise. (<<nag-f04.clisp>>): Likewise. (<<nag-f07.clisp>>): Likewise. (<<nag-s.clisp>>): Likewise. * bc-matrix.boot.pamphlet (bcInputExplicitMatrix): Fix thinko. * showimp.boot.pamphlet (getCategoriesOfDomain): Likewise. * nag-c02.boot.pamphlet: Push into package "BOOT". * nag-c05.boot.pamphlet: Likewise. * nag-c06.boot.pamphlet: Likewise. Fix thinko. * nag-d01.boot.pamphlet: Likewise. * nag-d02.boot.pamphlet: Push into package "BOOT". * nag-d03.boot.pamphlet: Likewise. * nag-e01.boot.pamphlet: Likewise. Fix thinko. * nag-e02.boot.pamphlet: Push into package "BOOT". * nag-e02b.boot.pamphlet: Likewise. * nag-e04.boot.pamphlet: Likewise. Make compilable by bootsys. * nag-f01.boot.pamphlet: Push into package "BOOT". * nag-f02.boot.pamphlet: Likewise. * nag-f04.boot.pamphlet: Likewise. * nag-f07.boot.pamphlet: Likewise. Fix thinko. * nag-s.boot.pamphlet: Likewise. * showimp.boot.pamphlet: Fix thinko.
Diffstat (limited to 'src/interp/bc-matrix.boot.pamphlet')
-rw-r--r--src/interp/bc-matrix.boot.pamphlet2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/bc-matrix.boot.pamphlet b/src/interp/bc-matrix.boot.pamphlet
index f19d2948..30cee0d0 100644
--- a/src/interp/bc-matrix.boot.pamphlet
+++ b/src/interp/bc-matrix.boot.pamphlet
@@ -127,7 +127,7 @@ bcInputExplicitMatrix(htPage,junk) ==
wrows := # STRINGIMAGE nrows
wcols := # STRINGIMAGE ncols
labelList :=
- "append"/[[f for j in 1..ncols] for i in 1..nrows] where f ==
+ "append"/[[f for j in 1..ncols] for i in 1..nrows] where f() ==
rowpart := STRCONC('"{\em Row",htStringPad(i,wrows))
colpart := STRCONC('", Column",htStringPad(j,wcols),'":}\space{2}")
prefix := STRCONC(rowpart,colpart)